Index: Source/core/editing/ReplaceSelectionCommand.cpp |
diff --git a/Source/core/editing/ReplaceSelectionCommand.cpp b/Source/core/editing/ReplaceSelectionCommand.cpp |
index 16b7262ebffb35ccbe707e51f00dd0dbaf359453..41a7bdee9dca927e9ceabc0f6f1b841415231d5e 100644 |
--- a/Source/core/editing/ReplaceSelectionCommand.cpp |
+++ b/Source/core/editing/ReplaceSelectionCommand.cpp |
@@ -32,11 +32,11 @@ |
#include "bindings/v8/ExceptionStatePlaceholder.h" |
#include "core/css/CSSStyleDeclaration.h" |
#include "core/css/StylePropertySet.h" |
-#include "core/dom/BeforeTextInsertedEvent.h" |
+#include "core/events/BeforeTextInsertedEvent.h" |
#include "core/dom/Document.h" |
#include "core/dom/DocumentFragment.h" |
#include "core/dom/Element.h" |
-#include "core/dom/EventNames.h" |
+#include "core/events/EventNames.h" |
#include "core/dom/NodeTraversal.h" |
#include "core/dom/Text.h" |
#include "core/editing/ApplyStyleCommand.h" |