| Index: Source/core/editing/commands/RemoveCSSPropertyCommand.cpp
|
| diff --git a/Source/core/editing/RemoveCSSPropertyCommand.cpp b/Source/core/editing/commands/RemoveCSSPropertyCommand.cpp
|
| similarity index 97%
|
| rename from Source/core/editing/RemoveCSSPropertyCommand.cpp
|
| rename to Source/core/editing/commands/RemoveCSSPropertyCommand.cpp
|
| index 18a744b61ebf5e94e5ce527be73d6f6bfa92acd6..6853498417baf794df2e1c36bbda7ed734b20b9e 100644
|
| --- a/Source/core/editing/RemoveCSSPropertyCommand.cpp
|
| +++ b/Source/core/editing/commands/RemoveCSSPropertyCommand.cpp
|
| @@ -24,7 +24,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/editing/RemoveCSSPropertyCommand.h"
|
| +#include "core/editing/commands/RemoveCSSPropertyCommand.h"
|
|
|
| #include "bindings/core/v8/ExceptionStatePlaceholder.h"
|
| #include "core/css/CSSStyleDeclaration.h"
|
|
|