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