| Index: Source/core/editing/commands/ReplaceSelectionCommand.h
|
| diff --git a/Source/core/editing/ReplaceSelectionCommand.h b/Source/core/editing/commands/ReplaceSelectionCommand.h
|
| similarity index 98%
|
| rename from Source/core/editing/ReplaceSelectionCommand.h
|
| rename to Source/core/editing/commands/ReplaceSelectionCommand.h
|
| index 08b4eab590f43bec9d62498665c5d56d8d622e29..acd6ef3d64919074f8bccfeb61945488e9daa043 100644
|
| --- a/Source/core/editing/ReplaceSelectionCommand.h
|
| +++ b/Source/core/editing/commands/ReplaceSelectionCommand.h
|
| @@ -27,7 +27,7 @@
|
| #define ReplaceSelectionCommand_h
|
|
|
| #include "core/dom/NodeTraversal.h"
|
| -#include "core/editing/CompositeEditCommand.h"
|
| +#include "core/editing/commands/CompositeEditCommand.h"
|
|
|
| namespace blink {
|
|
|
|
|