Index: Source/core/editing/ReplaceSelectionCommand.cpp |
=================================================================== |
--- Source/core/editing/ReplaceSelectionCommand.cpp (revision 159156) |
+++ Source/core/editing/ReplaceSelectionCommand.cpp (working copy) |
@@ -32,11 +32,11 @@ |
#include "bindings/v8/ExceptionStatePlaceholder.h" |
#include "core/css/CSSStyleDeclaration.h" |
#include "core/css/StylePropertySet.h" |
-#include "core/events/BeforeTextInsertedEvent.h" |
+#include "core/dom/BeforeTextInsertedEvent.h" |
#include "core/dom/Document.h" |
#include "core/dom/DocumentFragment.h" |
#include "core/dom/Element.h" |
-#include "core/events/EventNames.h" |
+#include "core/dom/EventNames.h" |
#include "core/dom/NodeTraversal.h" |
#include "core/dom/Text.h" |
#include "core/editing/ApplyStyleCommand.h" |