| Index: third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp b/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
|
| index bf4d5f94d7e483844291ba36cdf590f5834104d1..bf8143fa7e096a1c27d66beda492e081dd8451d7 100644
|
| --- a/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
|
| @@ -26,6 +26,7 @@
|
|
|
| #include "core/css/CSSStyleSheet.h"
|
| #include "core/css/StyleSheetList.h"
|
| +#include "core/exported/WebViewBase.h"
|
| #include "core/frame/FrameView.h"
|
| #include "core/frame/VisualViewport.h"
|
| #include "core/html/HTMLIFrameElement.h"
|
| @@ -50,7 +51,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 {
|
|
|