Index: Source/web/WebInputEventConversion.cpp |
=================================================================== |
--- Source/web/WebInputEventConversion.cpp (revision 159157) |
+++ Source/web/WebInputEventConversion.cpp (working copy) |
@@ -32,14 +32,14 @@ |
#include "WebInputEventConversion.h" |
#include "WebInputEvent.h" |
-#include "core/events/EventNames.h" |
-#include "core/events/GestureEvent.h" |
-#include "core/events/KeyboardEvent.h" |
-#include "core/events/MouseEvent.h" |
+#include "core/dom/EventNames.h" |
+#include "core/dom/GestureEvent.h" |
+#include "core/dom/KeyboardEvent.h" |
+#include "core/dom/MouseEvent.h" |
#include "core/dom/Touch.h" |
-#include "core/events/TouchEvent.h" |
+#include "core/dom/TouchEvent.h" |
#include "core/dom/TouchList.h" |
-#include "core/events/WheelEvent.h" |
+#include "core/dom/WheelEvent.h" |
#include "core/platform/PlatformKeyboardEvent.h" |
#include "core/platform/PlatformMouseEvent.h" |
#include "core/platform/PlatformWheelEvent.h" |