| Index: Source/core/editing/commands/SplitElementCommand.h
|
| diff --git a/Source/core/editing/SplitElementCommand.h b/Source/core/editing/commands/SplitElementCommand.h
|
| similarity index 97%
|
| rename from Source/core/editing/SplitElementCommand.h
|
| rename to Source/core/editing/commands/SplitElementCommand.h
|
| index cccdfeea588002fb29b60cb0b63b4916469c3bf8..6aaad421acfb1a61d143f0cf2b523700bd323647 100644
|
| --- a/Source/core/editing/SplitElementCommand.h
|
| +++ b/Source/core/editing/commands/SplitElementCommand.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef SplitElementCommand_h
|
| #define SplitElementCommand_h
|
|
|
| -#include "core/editing/EditCommand.h"
|
| +#include "core/editing/commands/EditCommand.h"
|
|
|
| namespace blink {
|
|
|
|
|