Index: Source/core/html/shadow/TextControlInnerElements.cpp |
diff --git a/Source/core/html/shadow/TextControlInnerElements.cpp b/Source/core/html/shadow/TextControlInnerElements.cpp |
index 47a3ade8796c40a47908d650c123451b61abace4..64a8f7529ee5b223d8100e2d7a5c3a5d40a81353 100644 |
--- a/Source/core/html/shadow/TextControlInnerElements.cpp |
+++ b/Source/core/html/shadow/TextControlInnerElements.cpp |
@@ -30,11 +30,11 @@ |
#include "HTMLNames.h" |
#include "bindings/v8/ScriptController.h" |
#include "core/dom/Document.h" |
-#include "core/dom/EventNames.h" |
-#include "core/dom/MouseEvent.h" |
+#include "core/events/EventNames.h" |
+#include "core/events/MouseEvent.h" |
#include "core/dom/NodeRenderStyle.h" |
-#include "core/dom/TextEvent.h" |
-#include "core/dom/TextEventInputType.h" |
+#include "core/events/TextEvent.h" |
+#include "core/events/TextEventInputType.h" |
#include "core/html/HTMLInputElement.h" |
#include "core/html/shadow/ShadowElementNames.h" |
#include "core/page/EventHandler.h" |