Index: Source/core/editing/commands/BreakBlockquoteCommand.cpp |
diff --git a/Source/core/editing/BreakBlockquoteCommand.cpp b/Source/core/editing/commands/BreakBlockquoteCommand.cpp |
similarity index 99% |
rename from Source/core/editing/BreakBlockquoteCommand.cpp |
rename to Source/core/editing/commands/BreakBlockquoteCommand.cpp |
index 92c749ed65e6d4d3113cb7503d3a332749e33d22..ed94e3a796d77b94442bf6b5ed12aada4268bf6b 100644 |
--- a/Source/core/editing/BreakBlockquoteCommand.cpp |
+++ b/Source/core/editing/commands/BreakBlockquoteCommand.cpp |
@@ -24,7 +24,7 @@ |
*/ |
#include "config.h" |
-#include "core/editing/BreakBlockquoteCommand.h" |
+#include "core/editing/commands/BreakBlockquoteCommand.h" |
#include "core/HTMLNames.h" |
#include "core/dom/NodeTraversal.h" |