| Index: Source/core/editing/commands/DeleteSelectionCommand.h
|
| diff --git a/Source/core/editing/DeleteSelectionCommand.h b/Source/core/editing/commands/DeleteSelectionCommand.h
|
| similarity index 98%
|
| rename from Source/core/editing/DeleteSelectionCommand.h
|
| rename to Source/core/editing/commands/DeleteSelectionCommand.h
|
| index 570e1dc05fadedbc3e9d72f654f4978d1e774e0e..bfb6a1a4164412dffb67a4bc0efd372790e1080c 100644
|
| --- a/Source/core/editing/DeleteSelectionCommand.h
|
| +++ b/Source/core/editing/commands/DeleteSelectionCommand.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef DeleteSelectionCommand_h
|
| #define DeleteSelectionCommand_h
|
|
|
| -#include "core/editing/CompositeEditCommand.h"
|
| +#include "core/editing/commands/CompositeEditCommand.h"
|
|
|
| namespace blink {
|
|
|
|
|