Index: Source/core/editing/commands/ApplyStyleCommand.cpp |
diff --git a/Source/core/editing/ApplyStyleCommand.cpp b/Source/core/editing/commands/ApplyStyleCommand.cpp |
similarity index 99% |
rename from Source/core/editing/ApplyStyleCommand.cpp |
rename to Source/core/editing/commands/ApplyStyleCommand.cpp |
index 57027235707cdc4338c91a3589d8f65e9a83763c..34899befa52be2acfeaae027a3723e74c44c62a4 100644 |
--- a/Source/core/editing/ApplyStyleCommand.cpp |
+++ b/Source/core/editing/commands/ApplyStyleCommand.cpp |
@@ -24,7 +24,7 @@ |
*/ |
#include "config.h" |
-#include "core/editing/ApplyStyleCommand.h" |
+#include "core/editing/commands/ApplyStyleCommand.h" |
#include "core/CSSPropertyNames.h" |
#include "core/CSSValueKeywords.h" |