| Index: Source/core/editing/commands/InsertLineBreakCommand.h
|
| diff --git a/Source/core/editing/InsertLineBreakCommand.h b/Source/core/editing/commands/InsertLineBreakCommand.h
|
| similarity index 97%
|
| rename from Source/core/editing/InsertLineBreakCommand.h
|
| rename to Source/core/editing/commands/InsertLineBreakCommand.h
|
| index 21245a88d7a2001bcadaf75062c38c99aa1458a2..cd5296f3a911203c24ac83c21ed5435680a053e6 100644
|
| --- a/Source/core/editing/InsertLineBreakCommand.h
|
| +++ b/Source/core/editing/commands/InsertLineBreakCommand.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef InsertLineBreakCommand_h
|
| #define InsertLineBreakCommand_h
|
|
|
| -#include "core/editing/CompositeEditCommand.h"
|
| +#include "core/editing/commands/CompositeEditCommand.h"
|
|
|
| namespace blink {
|
|
|
|
|