| Index: Source/core/editing/commands/InsertParagraphSeparatorCommand.h
|
| diff --git a/Source/core/editing/InsertParagraphSeparatorCommand.h b/Source/core/editing/commands/InsertParagraphSeparatorCommand.h
|
| similarity index 98%
|
| rename from Source/core/editing/InsertParagraphSeparatorCommand.h
|
| rename to Source/core/editing/commands/InsertParagraphSeparatorCommand.h
|
| index 1e34a14bdf05d42bc0844d22b8ee40a88c4ddc7a..43db962468dd1bd32fe8a9f0e4dfc8485fd917ca 100644
|
| --- a/Source/core/editing/InsertParagraphSeparatorCommand.h
|
| +++ b/Source/core/editing/commands/InsertParagraphSeparatorCommand.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef InsertParagraphSeparatorCommand_h
|
| #define InsertParagraphSeparatorCommand_h
|
|
|
| -#include "core/editing/CompositeEditCommand.h"
|
| +#include "core/editing/commands/CompositeEditCommand.h"
|
|
|
| namespace blink {
|
|
|
|
|