| Index: Source/core/editing/commands/SplitTextNodeContainingElementCommand.h
|
| diff --git a/Source/core/editing/SplitTextNodeContainingElementCommand.h b/Source/core/editing/commands/SplitTextNodeContainingElementCommand.h
|
| similarity index 97%
|
| rename from Source/core/editing/SplitTextNodeContainingElementCommand.h
|
| rename to Source/core/editing/commands/SplitTextNodeContainingElementCommand.h
|
| index 0acf88569208e20de28ec1461310c3f1520f22fb..52f4b116e568d637810719de21c46664d932d809 100644
|
| --- a/Source/core/editing/SplitTextNodeContainingElementCommand.h
|
| +++ b/Source/core/editing/commands/SplitTextNodeContainingElementCommand.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef SplitTextNodeContainingElementCommand_h
|
| #define SplitTextNodeContainingElementCommand_h
|
|
|
| -#include "core/editing/CompositeEditCommand.h"
|
| +#include "core/editing/commands/CompositeEditCommand.h"
|
|
|
| namespace blink {
|
|
|
|
|