Index: Source/core/html/forms/RangeInputType.cpp |
=================================================================== |
--- Source/core/html/forms/RangeInputType.cpp (revision 159157) |
+++ Source/core/html/forms/RangeInputType.cpp (working copy) |
@@ -35,11 +35,11 @@ |
#include "HTMLNames.h" |
#include "bindings/v8/ExceptionStatePlaceholder.h" |
#include "core/accessibility/AXObjectCache.h" |
-#include "core/events/KeyboardEvent.h" |
-#include "core/events/MouseEvent.h" |
-#include "core/events/ScopedEventQueue.h" |
+#include "core/dom/KeyboardEvent.h" |
+#include "core/dom/MouseEvent.h" |
+#include "core/dom/ScopedEventQueue.h" |
#include "core/dom/Touch.h" |
-#include "core/events/TouchEvent.h" |
+#include "core/dom/TouchEvent.h" |
#include "core/dom/TouchList.h" |
#include "core/dom/shadow/ShadowRoot.h" |
#include "core/html/HTMLDataListElement.h" |