Index: third_party/WebKit/Source/web/tests/LinkSelectionTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/LinkSelectionTest.cpp b/third_party/WebKit/Source/web/tests/LinkSelectionTest.cpp |
index 19dc916361d22a35effe112ea746f0fe67b38b9c..3dd58800a2155e3500b88b48cfc88135b06c1bde 100644 |
--- a/third_party/WebKit/Source/web/tests/LinkSelectionTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/LinkSelectionTest.cpp |
@@ -12,6 +12,7 @@ |
#include "platform/Cursor.h" |
#include "platform/testing/URLTestHelpers.h" |
#include "platform/testing/UnitTestHelpers.h" |
+#include "public/platform/WebCoalescedInputEvent.h" |
#include "public/web/WebSettings.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
@@ -49,7 +50,7 @@ class LinkSelectionTestBase : public ::testing::Test { |
String GetSelectionText(); |
FrameTestHelpers::WebViewHelper helper_; |
- WebViewImpl* web_view_ = nullptr; |
+ WebViewBase* web_view_ = nullptr; |
Persistent<WebLocalFrameImpl> main_frame_ = nullptr; |
}; |