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