| Index: Source/WebKit/chromium/src/WebInputEventConversion.cpp
|
| diff --git a/Source/WebKit/chromium/src/WebInputEventConversion.cpp b/Source/WebKit/chromium/src/WebInputEventConversion.cpp
|
| index b49316d32a15579b88acb7f7423713713955acb7..a5f4e38879e807bd66e8776cd004ea6b0eed0e3a 100644
|
| --- a/Source/WebKit/chromium/src/WebInputEventConversion.cpp
|
| +++ b/Source/WebKit/chromium/src/WebInputEventConversion.cpp
|
| @@ -35,17 +35,17 @@
|
| #include "GestureEvent.h"
|
| #include "KeyboardEvent.h"
|
| #include "MouseEvent.h"
|
| -#include "PlatformKeyboardEvent.h"
|
| -#include "PlatformMouseEvent.h"
|
| -#include "PlatformWheelEvent.h"
|
| #include "RenderObject.h"
|
| -#include "ScrollView.h"
|
| #include "Touch.h"
|
| #include "TouchEvent.h"
|
| #include "TouchList.h"
|
| #include "WebInputEvent.h"
|
| #include "WheelEvent.h"
|
| -#include "Widget.h"
|
| +#include "core/platform/PlatformKeyboardEvent.h"
|
| +#include "core/platform/PlatformMouseEvent.h"
|
| +#include "core/platform/PlatformWheelEvent.h"
|
| +#include "core/platform/ScrollView.h"
|
| +#include "core/platform/Widget.h"
|
| #include "core/platform/chromium/KeyboardCodes.h"
|
|
|
| using namespace WebCore;
|
|
|