Index: third_party/WebKit/Source/web/tests/FrameSerializerTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/FrameSerializerTest.cpp b/third_party/WebKit/Source/web/tests/FrameSerializerTest.cpp |
index 5b59ae16b7cc1a96e76ee77147f55e23bb0405cc..a58c8f3570a72595efa38f88e5a0983de51f4293 100644 |
--- a/third_party/WebKit/Source/web/tests/FrameSerializerTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/FrameSerializerTest.cpp |
@@ -33,6 +33,7 @@ |
#include <string> |
#include "bindings/core/v8/V8BindingForCore.h" |
#include "bindings/core/v8/V8BindingForTesting.h" |
+#include "core/exported/WebViewBase.h" |
#include "platform/SerializedResource.h" |
#include "platform/testing/URLTestHelpers.h" |
#include "platform/testing/UnitTestHelpers.h" |
@@ -49,7 +50,6 @@ |
#include "public/web/WebSettings.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "web/WebLocalFrameImpl.h" |
-#include "web/WebViewImpl.h" |
#include "web/tests/FrameTestHelpers.h" |
using blink::URLTestHelpers::ToKURL; |