Index: Source/core/editing/commands/EditCommand.h |
diff --git a/Source/core/editing/EditCommand.h b/Source/core/editing/commands/EditCommand.h |
similarity index 98% |
rename from Source/core/editing/EditCommand.h |
rename to Source/core/editing/commands/EditCommand.h |
index 8996357860c174f935d1aeaf3b780ff8dba2a172..47bf8231fb0747ddd633c205cf009ed5c557d931 100644 |
--- a/Source/core/editing/EditCommand.h |
+++ b/Source/core/editing/commands/EditCommand.h |
@@ -26,8 +26,8 @@ |
#ifndef EditCommand_h |
#define EditCommand_h |
-#include "core/editing/EditAction.h" |
#include "core/editing/VisibleSelection.h" |
+#include "core/editing/commands/EditAction.h" |
#include "platform/heap/Handle.h" |
namespace blink { |