| Index: Source/core/editing/commands/RemoveNodeCommand.h
|
| diff --git a/Source/core/editing/RemoveNodeCommand.h b/Source/core/editing/commands/RemoveNodeCommand.h
|
| similarity index 97%
|
| rename from Source/core/editing/RemoveNodeCommand.h
|
| rename to Source/core/editing/commands/RemoveNodeCommand.h
|
| index c17527cb5f1223edfe7a58edecab44b1e0a5e6fe..101ef7e25cbb569a7c6df0b1586c78e1fa5b9c71 100644
|
| --- a/Source/core/editing/RemoveNodeCommand.h
|
| +++ b/Source/core/editing/commands/RemoveNodeCommand.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef RemoveNodeCommand_h
|
| #define RemoveNodeCommand_h
|
|
|
| -#include "core/editing/EditCommand.h"
|
| +#include "core/editing/commands/EditCommand.h"
|
|
|
| namespace blink {
|
|
|
|
|