Index: third_party/WebKit/Source/web/tests/CompositorWorkerTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/CompositorWorkerTest.cpp b/third_party/WebKit/Source/web/tests/CompositorWorkerTest.cpp |
index c839bbbe3fa1711fc02abb9beb8d4963e0571ab2..a18f92be7abaaffd70fd307e0a7357addf0fd2e3 100644 |
--- a/third_party/WebKit/Source/web/tests/CompositorWorkerTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/CompositorWorkerTest.cpp |
@@ -4,6 +4,7 @@ |
#include <gtest/gtest.h> |
#include <memory> |
+#include "core/exported/WebViewBase.h" |
#include "core/frame/FrameView.h" |
#include "core/layout/api/LayoutViewItem.h" |
#include "core/layout/compositing/CompositedLayerMapping.h" |
@@ -24,7 +25,6 @@ |
#include "public/web/WebViewClient.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "web/WebLocalFrameImpl.h" |
-#include "web/WebViewImpl.h" |
#include "web/tests/FrameTestHelpers.h" |
namespace blink { |