summaryrefslogtreecommitdiffstats
path: root/WebKit/android/benchmark/Intercept.cpp
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-11-25 05:49:08 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-11-25 05:49:08 -0800
commitc3d01e3597b510384b488d7d222e80a3876286b9 (patch)
tree4dedd5227be499963e1ddb6dcaed40948db228de /WebKit/android/benchmark/Intercept.cpp
parent8d4e6f47fe31b9b3990faefd42269e85cab05fc9 (diff)
parent9ca5793315e248418a353cc1443f3803ae0adfe6 (diff)
downloadexternal_webkit-c3d01e3597b510384b488d7d222e80a3876286b9.zip
external_webkit-c3d01e3597b510384b488d7d222e80a3876286b9.tar.gz
external_webkit-c3d01e3597b510384b488d7d222e80a3876286b9.tar.bz2
Merge change I6d6312e9 into eclair-mr2
* changes: Fixes WTF include in WebCore/page/Geolocation.cpp to fix Mac build.
Diffstat (limited to 'WebKit/android/benchmark/Intercept.cpp')
-rw-r--r--WebKit/android/benchmark/Intercept.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/android/benchmark/Intercept.cpp b/WebKit/android/benchmark/Intercept.cpp
index c31fe5e..90cf1e1 100644
--- a/WebKit/android/benchmark/Intercept.cpp
+++ b/WebKit/android/benchmark/Intercept.cpp
@@ -28,7 +28,6 @@
#include "Base64.h"
#include "CString.h"
-#include "HashMap.h"
#include "HTTPParsers.h"
#include "Intercept.h"
#include "ResourceHandle.h"
@@ -38,6 +37,7 @@
#include "StringHash.h"
#include "TextEncoding.h"
#include <utils/Log.h>
+#include <wtf/HashMap.h>
void MyResourceLoader::handleRequest() {
if (protocolIs(m_url, "data"))