diff options
| author | Android (Google) Code Review <android-gerrit@google.com> | 2009-11-25 05:49:08 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2009-11-25 05:49:08 -0800 |
| commit | c3d01e3597b510384b488d7d222e80a3876286b9 (patch) | |
| tree | 4dedd5227be499963e1ddb6dcaed40948db228de /WebKit/android/benchmark/Intercept.cpp | |
| parent | 8d4e6f47fe31b9b3990faefd42269e85cab05fc9 (diff) | |
| parent | 9ca5793315e248418a353cc1443f3803ae0adfe6 (diff) | |
| download | external_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.cpp | 2 |
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")) |
