| Index: Source/core/editing/commands/ApplyBlockElementCommand.h
|
| diff --git a/Source/core/editing/ApplyBlockElementCommand.h b/Source/core/editing/commands/ApplyBlockElementCommand.h
|
| similarity index 97%
|
| rename from Source/core/editing/ApplyBlockElementCommand.h
|
| rename to Source/core/editing/commands/ApplyBlockElementCommand.h
|
| index 195cae1b26a02d925292fc29d3dea909315ff864..b01471e4fa026407e059e2885635f522ebad58a7 100644
|
| --- a/Source/core/editing/ApplyBlockElementCommand.h
|
| +++ b/Source/core/editing/commands/ApplyBlockElementCommand.h
|
| @@ -32,7 +32,7 @@
|
| #define ApplyBlockElementCommand_h
|
|
|
| #include "core/dom/QualifiedName.h"
|
| -#include "core/editing/CompositeEditCommand.h"
|
| +#include "core/editing/commands/CompositeEditCommand.h"
|
|
|
| namespace blink {
|
|
|
|
|