| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index 1ce8583ec4da46048d41a508f38f709fd7029875..97202d478f8967ea0538a41088deb35647663e78 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -49,6 +49,7 @@
|
| #include "core/editing/serializers/Serialization.h"
|
| #include "core/events/KeyboardEvent.h"
|
| #include "core/events/UIEventWithKeyState.h"
|
| +#include "core/events/WebInputEventConversion.h"
|
| #include "core/events/WheelEvent.h"
|
| #include "core/frame/BrowserControls.h"
|
| #include "core/frame/EventHandlerRegistry.h"
|
| @@ -168,7 +169,6 @@
|
| #include "web/StorageQuotaClientImpl.h"
|
| #include "web/ValidationMessageClientImpl.h"
|
| #include "web/WebDevToolsAgentImpl.h"
|
| -#include "web/WebInputEventConversion.h"
|
| #include "web/WebInputMethodControllerImpl.h"
|
| #include "web/WebLocalFrameImpl.h"
|
| #include "web/WebPluginContainerImpl.h"
|
|
|