Index: Source/core/events/WheelEvent.cpp |
diff --git a/Source/core/dom/WheelEvent.cpp b/Source/core/events/WheelEvent.cpp |
similarity index 98% |
rename from Source/core/dom/WheelEvent.cpp |
rename to Source/core/events/WheelEvent.cpp |
index f2b71f6c8488607a0c80b71b87564b45f5b3019b..c252aa325cda9a70c3fad108a68e18c535727b3e 100644 |
--- a/Source/core/dom/WheelEvent.cpp |
+++ b/Source/core/events/WheelEvent.cpp |
@@ -22,10 +22,10 @@ |
*/ |
#include "config.h" |
-#include "core/dom/WheelEvent.h" |
+#include "core/events/WheelEvent.h" |
#include "core/dom/Clipboard.h" |
-#include "core/dom/EventNames.h" |
+#include "core/events/EventNames.h" |
#include "core/platform/PlatformWheelEvent.h" |
namespace WebCore { |