| Index: Source/core/editing/commands/RemoveNodePreservingChildrenCommand.cpp
|
| diff --git a/Source/core/editing/RemoveNodePreservingChildrenCommand.cpp b/Source/core/editing/commands/RemoveNodePreservingChildrenCommand.cpp
|
| similarity index 97%
|
| rename from Source/core/editing/RemoveNodePreservingChildrenCommand.cpp
|
| rename to Source/core/editing/commands/RemoveNodePreservingChildrenCommand.cpp
|
| index 24c1c8a916237ab783ca0d1ae81947a719e15d6b..b2607f0d44023b922766f985214d2b21a38b1a66 100644
|
| --- a/Source/core/editing/RemoveNodePreservingChildrenCommand.cpp
|
| +++ b/Source/core/editing/commands/RemoveNodePreservingChildrenCommand.cpp
|
| @@ -24,7 +24,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/editing/RemoveNodePreservingChildrenCommand.h"
|
| +#include "core/editing/commands/RemoveNodePreservingChildrenCommand.h"
|
|
|
| #include "core/dom/Node.h"
|
| #include "wtf/Assertions.h"
|
|
|