Index: Source/core/editing/commands/AppendNodeCommand.cpp |
diff --git a/Source/core/editing/AppendNodeCommand.cpp b/Source/core/editing/commands/AppendNodeCommand.cpp |
similarity index 97% |
rename from Source/core/editing/AppendNodeCommand.cpp |
rename to Source/core/editing/commands/AppendNodeCommand.cpp |
index 4515ef2d0b6b15411cd80468c0a860d26914beae..1f4a801998d53418a47392b79eb9ca04777d9298 100644 |
--- a/Source/core/editing/AppendNodeCommand.cpp |
+++ b/Source/core/editing/commands/AppendNodeCommand.cpp |
@@ -24,7 +24,7 @@ |
*/ |
#include "config.h" |
-#include "core/editing/AppendNodeCommand.h" |
+#include "core/editing/commands/AppendNodeCommand.h" |
#include "bindings/core/v8/ExceptionState.h" |