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