Index: Source/core/page/EventHandler.cpp |
=================================================================== |
--- Source/core/page/EventHandler.cpp (revision 159157) |
+++ Source/core/page/EventHandler.cpp (working copy) |
@@ -33,19 +33,19 @@ |
#include "SVGNames.h" |
#include "bindings/v8/ExceptionStatePlaceholder.h" |
#include "core/dom/Document.h" |
-#include "core/events/DocumentEventQueue.h" |
+#include "core/dom/DocumentEventQueue.h" |
#include "core/dom/DocumentMarkerController.h" |
-#include "core/events/EventNames.h" |
-#include "core/events/EventPathWalker.h" |
+#include "core/dom/EventNames.h" |
+#include "core/dom/EventPathWalker.h" |
#include "core/dom/FullscreenElementStack.h" |
-#include "core/events/KeyboardEvent.h" |
-#include "core/events/MouseEvent.h" |
-#include "core/events/TextEvent.h" |
+#include "core/dom/KeyboardEvent.h" |
+#include "core/dom/MouseEvent.h" |
+#include "core/dom/TextEvent.h" |
#include "core/dom/TouchController.h" |
-#include "core/events/TouchEvent.h" |
+#include "core/dom/TouchEvent.h" |
#include "core/dom/TouchList.h" |
#include "core/dom/UserTypingGestureIndicator.h" |
-#include "core/events/WheelEvent.h" |
+#include "core/dom/WheelEvent.h" |
#include "core/dom/shadow/ShadowRoot.h" |
#include "core/editing/Editor.h" |
#include "core/editing/FrameSelection.h" |