| Index: Source/core/editing/commands/MoveSelectionCommand.h
|
| diff --git a/Source/core/editing/MoveSelectionCommand.h b/Source/core/editing/commands/MoveSelectionCommand.h
|
| similarity index 97%
|
| rename from Source/core/editing/MoveSelectionCommand.h
|
| rename to Source/core/editing/commands/MoveSelectionCommand.h
|
| index dcd355c14b2c43d7128eced8f4e1526e91a5ac48..806a9c0966496f57d0206ab7e23ab3e87f143f99 100644
|
| --- a/Source/core/editing/MoveSelectionCommand.h
|
| +++ b/Source/core/editing/commands/MoveSelectionCommand.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef MoveSelectionCommand_h
|
| #define MoveSelectionCommand_h
|
|
|
| -#include "core/editing/CompositeEditCommand.h"
|
| +#include "core/editing/commands/CompositeEditCommand.h"
|
|
|
| namespace blink {
|
|
|
|
|