Index: Source/web/EditorClientImpl.cpp |
diff --git a/Source/web/EditorClientImpl.cpp b/Source/web/EditorClientImpl.cpp |
index 8c956d2942f14143c97b7a1054acacd2a82d5f82..1716277da65c6ca50a6c4d3e766629a165a133a5 100644 |
--- a/Source/web/EditorClientImpl.cpp |
+++ b/Source/web/EditorClientImpl.cpp |
@@ -47,8 +47,8 @@ |
#include "WebViewImpl.h" |
#include "core/dom/Document.h" |
#include "core/dom/DocumentMarkerController.h" |
-#include "core/dom/EventNames.h" |
-#include "core/dom/KeyboardEvent.h" |
+#include "core/events/EventNames.h" |
+#include "core/events/KeyboardEvent.h" |
#include "core/editing/Editor.h" |
#include "core/editing/SpellCheckRequester.h" |
#include "core/editing/TextCheckingHelper.h" |