| Index: Source/core/editing/commands/IndentOutdentCommand.h
|
| diff --git a/Source/core/editing/IndentOutdentCommand.h b/Source/core/editing/commands/IndentOutdentCommand.h
|
| similarity index 96%
|
| rename from Source/core/editing/IndentOutdentCommand.h
|
| rename to Source/core/editing/commands/IndentOutdentCommand.h
|
| index 965144affcebf46595ad40060d4ae21edf2dbdc9..3d2e9ff9275ea4d5ce369c77d100a09e8ba5f629 100644
|
| --- a/Source/core/editing/IndentOutdentCommand.h
|
| +++ b/Source/core/editing/commands/IndentOutdentCommand.h
|
| @@ -26,8 +26,8 @@
|
| #ifndef IndentOutdentCommand_h
|
| #define IndentOutdentCommand_h
|
|
|
| -#include "core/editing/ApplyBlockElementCommand.h"
|
| -#include "core/editing/EditAction.h"
|
| +#include "core/editing/commands/ApplyBlockElementCommand.h"
|
| +#include "core/editing/commands/EditAction.h"
|
|
|
| namespace blink {
|
|
|
|
|