| Index: Source/core/events/GestureEvent.h
|
| diff --git a/Source/core/dom/GestureEvent.h b/Source/core/events/GestureEvent.h
|
| similarity index 97%
|
| rename from Source/core/dom/GestureEvent.h
|
| rename to Source/core/events/GestureEvent.h
|
| index a0d6f2edd67c5f1e3ddd3891988f7a9ed8a7d360..51a87dfa32e10026843f075d89bb31fcaccf2fd2 100644
|
| --- a/Source/core/dom/GestureEvent.h
|
| +++ b/Source/core/events/GestureEvent.h
|
| @@ -26,8 +26,8 @@
|
| #ifndef GestureEvent_h
|
| #define GestureEvent_h
|
|
|
| -#include "core/dom/EventDispatcher.h"
|
| -#include "core/dom/MouseRelatedEvent.h"
|
| +#include "core/events/EventDispatcher.h"
|
| +#include "core/events/MouseRelatedEvent.h"
|
| #include "core/platform/PlatformGestureEvent.h"
|
|
|
| namespace WebCore {
|
|
|