| Index: Source/WebKit/chromium/src/WebInputEventConversion.h
|
| diff --git a/Source/WebKit/chromium/src/WebInputEventConversion.h b/Source/WebKit/chromium/src/WebInputEventConversion.h
|
| index 77ebe40dd0ba528d16bd4056b9423a8e77ea0016..3dc742eb716a1643efc92a59cd4a9488707b09c8 100644
|
| --- a/Source/WebKit/chromium/src/WebInputEventConversion.h
|
| +++ b/Source/WebKit/chromium/src/WebInputEventConversion.h
|
| @@ -31,12 +31,12 @@
|
| #ifndef WebInputEventConversion_h
|
| #define WebInputEventConversion_h
|
|
|
| -#include "PlatformGestureEvent.h"
|
| -#include "PlatformKeyboardEvent.h"
|
| -#include "PlatformMouseEvent.h"
|
| -#include "PlatformTouchEvent.h"
|
| -#include "PlatformWheelEvent.h"
|
| #include "WebInputEvent.h"
|
| +#include "core/platform/PlatformGestureEvent.h"
|
| +#include "core/platform/PlatformKeyboardEvent.h"
|
| +#include "core/platform/PlatformMouseEvent.h"
|
| +#include "core/platform/PlatformTouchEvent.h"
|
| +#include "core/platform/PlatformWheelEvent.h"
|
|
|
| namespace WebCore {
|
| class GestureEvent;
|
|
|