| Index: Source/core/editing/commands/InsertNodeBeforeCommand.h
|
| diff --git a/Source/core/editing/InsertNodeBeforeCommand.h b/Source/core/editing/commands/InsertNodeBeforeCommand.h
|
| similarity index 98%
|
| rename from Source/core/editing/InsertNodeBeforeCommand.h
|
| rename to Source/core/editing/commands/InsertNodeBeforeCommand.h
|
| index b6c97838e9b134794d86e461164b26d923a352ab..dd668cf86e6f9f0adc4841c2e06322e2173f23f5 100644
|
| --- a/Source/core/editing/InsertNodeBeforeCommand.h
|
| +++ b/Source/core/editing/commands/InsertNodeBeforeCommand.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef InsertNodeBeforeCommand_h
|
| #define InsertNodeBeforeCommand_h
|
|
|
| -#include "core/editing/EditCommand.h"
|
| +#include "core/editing/commands/EditCommand.h"
|
|
|
| namespace blink {
|
|
|
|
|