summaryrefslogtreecommitdiffstats
path: root/WebKit/android/benchmark
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/android/benchmark')
-rw-r--r--WebKit/android/benchmark/Intercept.cpp2
-rw-r--r--WebKit/android/benchmark/Intercept.h2
2 files changed, 2 insertions, 2 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"))
diff --git a/WebKit/android/benchmark/Intercept.h b/WebKit/android/benchmark/Intercept.h
index a5e50c7..2ae7f7b 100644
--- a/WebKit/android/benchmark/Intercept.h
+++ b/WebKit/android/benchmark/Intercept.h
@@ -30,9 +30,9 @@
#include "MyJavaVM.h"
#include "PlatformString.h"
#include "Timer.h"
-#include "Vector.h"
#include "WebCoreFrameBridge.h"
#include "WebCoreResourceLoader.h"
+#include <wtf/Vector.h>
namespace WebCore {
class Page;