| Index: Source/core/editing/commands/SplitTextNodeCommand.h
|
| diff --git a/Source/core/editing/SplitTextNodeCommand.h b/Source/core/editing/commands/SplitTextNodeCommand.h
|
| similarity index 97%
|
| rename from Source/core/editing/SplitTextNodeCommand.h
|
| rename to Source/core/editing/commands/SplitTextNodeCommand.h
|
| index 95d3d9a57c171a15ccc2004bedbe62284096fa6b..952b9ff287200f8f5665d113dc2bc36188628000 100644
|
| --- a/Source/core/editing/SplitTextNodeCommand.h
|
| +++ b/Source/core/editing/commands/SplitTextNodeCommand.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef SplitTextNodeCommand_h
|
| #define SplitTextNodeCommand_h
|
|
|
| -#include "core/editing/EditCommand.h"
|
| +#include "core/editing/commands/EditCommand.h"
|
|
|
| namespace blink {
|
|
|
|
|