Index: third_party/WebKit/Source/web/LinkHighlightImplTest.cpp |
diff --git a/third_party/WebKit/Source/web/LinkHighlightImplTest.cpp b/third_party/WebKit/Source/web/LinkHighlightImplTest.cpp |
index 988bf8e3155474dd00f3b5bda2178453feb25f43..7889a99eee990c8d4349087dbddf6738229a3623 100644 |
--- a/third_party/WebKit/Source/web/LinkHighlightImplTest.cpp |
+++ b/third_party/WebKit/Source/web/LinkHighlightImplTest.cpp |
@@ -28,6 +28,7 @@ |
#include <memory> |
#include "bindings/core/v8/ExceptionState.h" |
#include "core/dom/Node.h" |
+#include "core/exported/WebViewBase.h" |
#include "core/frame/FrameView.h" |
#include "core/input/EventHandler.h" |
#include "core/page/Page.h" |
@@ -48,7 +49,6 @@ |
#include "testing/gtest/include/gtest/gtest.h" |
#include "web/WebInputEventConversion.h" |
#include "web/WebLocalFrameImpl.h" |
-#include "web/WebViewImpl.h" |
#include "web/tests/FrameTestHelpers.h" |
namespace blink { |