| Index: Source/core/editing/commands/RemoveNodePreservingChildrenCommand.h
|
| diff --git a/Source/core/editing/RemoveNodePreservingChildrenCommand.h b/Source/core/editing/commands/RemoveNodePreservingChildrenCommand.h
|
| similarity index 97%
|
| rename from Source/core/editing/RemoveNodePreservingChildrenCommand.h
|
| rename to Source/core/editing/commands/RemoveNodePreservingChildrenCommand.h
|
| index 6eda10cc9868282225a515915786449f99770ac4..04c99b03cfb498e9f25650c8cfea5d8c4cca3cfd 100644
|
| --- a/Source/core/editing/RemoveNodePreservingChildrenCommand.h
|
| +++ b/Source/core/editing/commands/RemoveNodePreservingChildrenCommand.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef RemoveNodePreservingChildrenCommand_h
|
| #define RemoveNodePreservingChildrenCommand_h
|
|
|
| -#include "core/editing/CompositeEditCommand.h"
|
| +#include "core/editing/commands/CompositeEditCommand.h"
|
|
|
| namespace blink {
|
|
|
|
|