| Index: Source/core/editing/commands/SplitElementCommand.cpp
|
| diff --git a/Source/core/editing/SplitElementCommand.cpp b/Source/core/editing/commands/SplitElementCommand.cpp
|
| similarity index 98%
|
| rename from Source/core/editing/SplitElementCommand.cpp
|
| rename to Source/core/editing/commands/SplitElementCommand.cpp
|
| index 9f49d27e4e4c02eab57a38120b3c785a5ad405e5..bbfa434a8b46046891c8984ec451e2179a10c2f4 100644
|
| --- a/Source/core/editing/SplitElementCommand.cpp
|
| +++ b/Source/core/editing/commands/SplitElementCommand.cpp
|
| @@ -24,7 +24,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/editing/SplitElementCommand.h"
|
| +#include "core/editing/commands/SplitElementCommand.h"
|
|
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "bindings/core/v8/ExceptionStatePlaceholder.h"
|
|
|