Index: Source/core/page/Page.cpp |
diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp |
index d1b954d47f6a5cac561efced0c18c2cab0a900eb..5635bb3afc188c968e717054e49393513d8799fe 100644 |
--- a/Source/core/page/Page.cpp |
+++ b/Source/core/page/Page.cpp |
@@ -22,8 +22,8 @@ |
#include "core/dom/ClientRectList.h" |
#include "core/dom/DocumentMarkerController.h" |
-#include "core/dom/Event.h" |
-#include "core/dom/EventNames.h" |
+#include "core/events/Event.h" |
+#include "core/events/EventNames.h" |
#include "core/dom/StyleEngine.h" |
#include "core/dom/VisitedLinkState.h" |
#include "core/editing/Caret.h" |