Index: Source/core/events/GestureEvent.cpp |
diff --git a/Source/core/dom/GestureEvent.cpp b/Source/core/events/GestureEvent.cpp |
similarity index 99% |
rename from Source/core/dom/GestureEvent.cpp |
rename to Source/core/events/GestureEvent.cpp |
index 6423c0a0fa14085817389d1db7884e3570ecdc39..0bb01af33ebc3e7762241f41d9358349f67b7dd3 100644 |
--- a/Source/core/dom/GestureEvent.cpp |
+++ b/Source/core/events/GestureEvent.cpp |
@@ -25,7 +25,7 @@ |
#include "config.h" |
#include "core/dom/Element.h" |
-#include "core/dom/GestureEvent.h" |
+#include "core/events/GestureEvent.h" |
#include "wtf/text/AtomicString.h" |
namespace WebCore { |