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