| Index: Source/core/editing/commands/InsertTextCommand.h
|
| diff --git a/Source/core/editing/InsertTextCommand.h b/Source/core/editing/commands/InsertTextCommand.h
|
| similarity index 97%
|
| rename from Source/core/editing/InsertTextCommand.h
|
| rename to Source/core/editing/commands/InsertTextCommand.h
|
| index 6599dff0a55d04f360a6351507ac8c0605424218..5ef99640573b90c6822215d513712e7d08f03ca6 100644
|
| --- a/Source/core/editing/InsertTextCommand.h
|
| +++ b/Source/core/editing/commands/InsertTextCommand.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef InsertTextCommand_h
|
| #define InsertTextCommand_h
|
|
|
| -#include "core/editing/CompositeEditCommand.h"
|
| +#include "core/editing/commands/CompositeEditCommand.h"
|
|
|
| namespace blink {
|
|
|
|
|