Index: Source/core/html/HTMLInputElement.cpp |
=================================================================== |
--- Source/core/html/HTMLInputElement.cpp (revision 159157) |
+++ Source/core/html/HTMLInputElement.cpp (working copy) |
@@ -35,16 +35,16 @@ |
#include "bindings/v8/ExceptionState.h" |
#include "bindings/v8/ScriptEventListener.h" |
#include "core/accessibility/AXObjectCache.h" |
-#include "core/events/BeforeTextInsertedEvent.h" |
+#include "core/dom/BeforeTextInsertedEvent.h" |
#include "core/dom/Document.h" |
-#include "core/events/EventNames.h" |
+#include "core/dom/EventNames.h" |
#include "core/dom/ExceptionCode.h" |
#include "core/dom/IdTargetObserver.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/TouchController.h" |
-#include "core/events/TouchEvent.h" |
+#include "core/dom/TouchEvent.h" |
#include "core/dom/shadow/ElementShadow.h" |
#include "core/dom/shadow/InsertionPoint.h" |
#include "core/dom/shadow/ShadowRoot.h" |