| Index: Source/core/editing/commands/SimplifyMarkupCommand.h
|
| diff --git a/Source/core/editing/SimplifyMarkupCommand.h b/Source/core/editing/commands/SimplifyMarkupCommand.h
|
| similarity index 97%
|
| rename from Source/core/editing/SimplifyMarkupCommand.h
|
| rename to Source/core/editing/commands/SimplifyMarkupCommand.h
|
| index 968b2b042af54b6b686eda79251edb6e6bb11231..49eeaba41311e435311d72a250a4175a2e20067f 100644
|
| --- a/Source/core/editing/SimplifyMarkupCommand.h
|
| +++ b/Source/core/editing/commands/SimplifyMarkupCommand.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef SimplifyMarkupCommand_h
|
| #define SimplifyMarkupCommand_h
|
|
|
| -#include "core/editing/CompositeEditCommand.h"
|
| +#include "core/editing/commands/CompositeEditCommand.h"
|
|
|
| namespace blink {
|
|
|
|
|