Index: Source/core/editing/commands/ReplaceNodeWithSpanCommand.cpp |
diff --git a/Source/core/editing/ReplaceNodeWithSpanCommand.cpp b/Source/core/editing/commands/ReplaceNodeWithSpanCommand.cpp |
similarity index 98% |
rename from Source/core/editing/ReplaceNodeWithSpanCommand.cpp |
rename to Source/core/editing/commands/ReplaceNodeWithSpanCommand.cpp |
index 3256a23f8512d19aaf63b285779ccbe1cfe02ac2..10ca60b39937a815891f400ed41527202b852eb2 100644 |
--- a/Source/core/editing/ReplaceNodeWithSpanCommand.cpp |
+++ b/Source/core/editing/commands/ReplaceNodeWithSpanCommand.cpp |
@@ -29,7 +29,7 @@ |
*/ |
#include "config.h" |
-#include "core/editing/ReplaceNodeWithSpanCommand.h" |
+#include "core/editing/commands/ReplaceNodeWithSpanCommand.h" |
#include "bindings/core/v8/ExceptionStatePlaceholder.h" |
#include "core/HTMLNames.h" |