| Index: Source/core/editing/commands/MergeIdenticalElementsCommand.h
|
| diff --git a/Source/core/editing/MergeIdenticalElementsCommand.h b/Source/core/editing/commands/MergeIdenticalElementsCommand.h
|
| similarity index 97%
|
| rename from Source/core/editing/MergeIdenticalElementsCommand.h
|
| rename to Source/core/editing/commands/MergeIdenticalElementsCommand.h
|
| index 256fb0a1e719088de937dedab6193ee1e3dfffb0..a44433ab6e95785e2a84efcb495c6386d66b7b85 100644
|
| --- a/Source/core/editing/MergeIdenticalElementsCommand.h
|
| +++ b/Source/core/editing/commands/MergeIdenticalElementsCommand.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef MergeIdenticalElementsCommand_h
|
| #define MergeIdenticalElementsCommand_h
|
|
|
| -#include "core/editing/EditCommand.h"
|
| +#include "core/editing/commands/EditCommand.h"
|
|
|
| namespace blink {
|
|
|
|
|