| Index: third_party/WebKit/Source/web/tests/WebViewTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/WebViewTest.cpp b/third_party/WebKit/Source/web/tests/WebViewTest.cpp
|
| index 227304acf814f3b5b470585175ca87872c6e17b0..d0c4826d5a749ea80517ee01c1492264d9fc2745 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebViewTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebViewTest.cpp
|
| @@ -70,6 +70,7 @@
|
| #include "public/platform/WebDragData.h"
|
| #include "public/platform/WebDragOperation.h"
|
| #include "public/platform/WebFloatPoint.h"
|
| +#include "public/platform/WebInputEvent.h"
|
| #include "public/platform/WebLayerTreeView.h"
|
| #include "public/platform/WebMockClipboard.h"
|
| #include "public/platform/WebSize.h"
|
| @@ -85,7 +86,6 @@
|
| #include "public/web/WebFrameClient.h"
|
| #include "public/web/WebFrameContentDumper.h"
|
| #include "public/web/WebHitTestResult.h"
|
| -#include "public/web/WebInputEvent.h"
|
| #include "public/web/WebInputMethodController.h"
|
| #include "public/web/WebScriptSource.h"
|
| #include "public/web/WebSettings.h"
|
|
|