Index: third_party/WebKit/Source/web/tests/WebViewTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/WebViewTest.cpp b/third_party/WebKit/Source/web/tests/WebViewTest.cpp |
index 7dfcc06fd7c3a366385083e7f3dd27b32861ac3b..c6daa300c0f8cc05f59b2a6e5b2f7fa0ef63c220 100644 |
--- a/third_party/WebKit/Source/web/tests/WebViewTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/WebViewTest.cpp |
@@ -69,6 +69,7 @@ |
#include "platform/testing/RuntimeEnabledFeaturesTestHelpers.h" |
#include "platform/testing/URLTestHelpers.h" |
#include "platform/testing/UnitTestHelpers.h" |
+#include "platform/wtf/PtrUtil.h" |
#include "public/platform/Platform.h" |
#include "public/platform/WebDisplayMode.h" |
#include "public/platform/WebDragData.h" |
@@ -107,7 +108,6 @@ |
#include "web/WebSettingsImpl.h" |
#include "web/WebViewImpl.h" |
#include "web/tests/FrameTestHelpers.h" |
-#include "wtf/PtrUtil.h" |
#if OS(MACOSX) |
#include "public/web/mac/WebSubstringUtil.h" |