| Index: third_party/WebKit/Source/web/tests/TouchActionTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/TouchActionTest.cpp b/third_party/WebKit/Source/web/tests/TouchActionTest.cpp
|
| index ff60a7f654809871df4fac7e08bee34a7260fd4d..35f64f75cde9d6a855e6f4d1ff65ae5e66a4d0a0 100644
|
| --- a/third_party/WebKit/Source/web/tests/TouchActionTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/TouchActionTest.cpp
|
| @@ -34,6 +34,7 @@
|
| #include "core/dom/Element.h"
|
| #include "core/dom/StaticNodeList.h"
|
| #include "core/dom/shadow/ShadowRoot.h"
|
| +#include "core/exported/WebViewBase.h"
|
| #include "core/frame/FrameView.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/html/HTMLIFrameElement.h"
|
| @@ -55,7 +56,6 @@
|
| #include "public/web/WebWidgetClient.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "web/WebFrameImplBase.h"
|
| -#include "web/WebViewImpl.h"
|
| #include "web/tests/FrameTestHelpers.h"
|
|
|
| using blink::testing::RunPendingTasks;
|
|
|