| Index: Source/core/editing/commands/InsertIntoTextNodeCommand.h
|
| diff --git a/Source/core/editing/InsertIntoTextNodeCommand.h b/Source/core/editing/commands/InsertIntoTextNodeCommand.h
|
| similarity index 97%
|
| rename from Source/core/editing/InsertIntoTextNodeCommand.h
|
| rename to Source/core/editing/commands/InsertIntoTextNodeCommand.h
|
| index 3f7f4cfbca3fcba28b121d0c685c44c7e4d94c6b..f16ad707ff2ca5f86ae636700e0a2362b0dd5faf 100644
|
| --- a/Source/core/editing/InsertIntoTextNodeCommand.h
|
| +++ b/Source/core/editing/commands/InsertIntoTextNodeCommand.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef InsertIntoTextNodeCommand_h
|
| #define InsertIntoTextNodeCommand_h
|
|
|
| -#include "core/editing/EditCommand.h"
|
| +#include "core/editing/commands/EditCommand.h"
|
|
|
| namespace blink {
|
|
|
|
|