Index: Source/core/editing/commands/DeleteSelectionCommand.cpp |
diff --git a/Source/core/editing/DeleteSelectionCommand.cpp b/Source/core/editing/commands/DeleteSelectionCommand.cpp |
similarity index 99% |
rename from Source/core/editing/DeleteSelectionCommand.cpp |
rename to Source/core/editing/commands/DeleteSelectionCommand.cpp |
index 51ff2da0cf3e021786bdf275694dcc4b3b7a69bc..8a6c5686e7a8bdad965445a5fbddc1a1ebf4712a 100644 |
--- a/Source/core/editing/DeleteSelectionCommand.cpp |
+++ b/Source/core/editing/commands/DeleteSelectionCommand.cpp |
@@ -24,7 +24,7 @@ |
*/ |
#include "config.h" |
-#include "core/editing/DeleteSelectionCommand.h" |
+#include "core/editing/commands/DeleteSelectionCommand.h" |
#include "core/HTMLNames.h" |
#include "core/dom/Document.h" |