| Index: Source/core/dom/GestureEvent.h
|
| diff --git a/Source/core/dom/GestureEvent.h b/Source/core/dom/GestureEvent.h
|
| index 9fa38242d236d15fe8029d5fee240470d673c11c..f4daf822e1928875f6a55bc66c7edbb5fb60c23d 100644
|
| --- a/Source/core/dom/GestureEvent.h
|
| +++ b/Source/core/dom/GestureEvent.h
|
| @@ -31,8 +31,8 @@
|
| #include "Frame.h"
|
| #include "FrameView.h"
|
| #include "MouseRelatedEvent.h"
|
| -#include "PlatformEvent.h"
|
| -#include "PlatformGestureEvent.h"
|
| +#include "core/platform/PlatformEvent.h"
|
| +#include "core/platform/PlatformGestureEvent.h"
|
|
|
| namespace WebCore {
|
|
|
|
|