Index: Source/core/editing/commands/TextInsertionBaseCommand.h |
diff --git a/Source/core/editing/TextInsertionBaseCommand.h b/Source/core/editing/commands/TextInsertionBaseCommand.h |
similarity index 98% |
rename from Source/core/editing/TextInsertionBaseCommand.h |
rename to Source/core/editing/commands/TextInsertionBaseCommand.h |
index 127a67173bc8c055cdc6d22057fd0292bb2381fe..5c654df3a4fd1633ecf0080acffadc05658bcc12 100644 |
--- a/Source/core/editing/TextInsertionBaseCommand.h |
+++ b/Source/core/editing/commands/TextInsertionBaseCommand.h |
@@ -26,7 +26,7 @@ |
#ifndef TextInsertionBaseCommand_h |
#define TextInsertionBaseCommand_h |
-#include "core/editing/CompositeEditCommand.h" |
+#include "core/editing/commands/CompositeEditCommand.h" |
#include "wtf/text/WTFString.h" |
namespace blink { |