| Index: Source/core/editing/commands/RemoveCSSPropertyCommand.h
|
| diff --git a/Source/core/editing/RemoveCSSPropertyCommand.h b/Source/core/editing/commands/RemoveCSSPropertyCommand.h
|
| similarity index 97%
|
| rename from Source/core/editing/RemoveCSSPropertyCommand.h
|
| rename to Source/core/editing/commands/RemoveCSSPropertyCommand.h
|
| index 31ed343761bfa71dd25db881583dd9bfc48f0194..2d9d63062ee2ca8eafe6d67547a5a2ffd6e8d8df 100644
|
| --- a/Source/core/editing/RemoveCSSPropertyCommand.h
|
| +++ b/Source/core/editing/commands/RemoveCSSPropertyCommand.h
|
| @@ -27,7 +27,7 @@
|
| #define RemoveCSSPropertyCommand_h
|
|
|
| #include "core/CSSPropertyNames.h"
|
| -#include "core/editing/EditCommand.h"
|
| +#include "core/editing/commands/EditCommand.h"
|
|
|
| namespace blink {
|
|
|
|
|