| Index: Source/core/editing/commands/FormatBlockCommand.h
|
| diff --git a/Source/core/editing/FormatBlockCommand.h b/Source/core/editing/commands/FormatBlockCommand.h
|
| similarity index 95%
|
| rename from Source/core/editing/FormatBlockCommand.h
|
| rename to Source/core/editing/commands/FormatBlockCommand.h
|
| index 5b08e4ca63d1bee7d6648ffc007317d951404015..35d7b0fa3dd6253cec19f32f561766a56c4a3a23 100644
|
| --- a/Source/core/editing/FormatBlockCommand.h
|
| +++ b/Source/core/editing/commands/FormatBlockCommand.h
|
| @@ -27,9 +27,9 @@
|
| #define FormatBlockCommand_h
|
|
|
| #include "core/dom/QualifiedName.h"
|
| -#include "core/editing/ApplyBlockElementCommand.h"
|
| -#include "core/editing/EditAction.h"
|
| #include "core/editing/Position.h"
|
| +#include "core/editing/commands/ApplyBlockElementCommand.h"
|
| +#include "core/editing/commands/EditAction.h"
|
|
|
| namespace blink {
|
|
|
|
|