| 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 0d338055b729a88bd28ef751f79c9852d359958b..4f9bec4e3758b1b721ad7f24b24e1d9df0442719 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"
|
| @@ -54,7 +55,6 @@
|
| #include "public/web/WebViewClient.h"
|
| #include "public/web/WebWidgetClient.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "web/WebViewImpl.h"
|
| #include "web/tests/FrameTestHelpers.h"
|
|
|
| using blink::testing::RunPendingTasks;
|
|
|