| Index: Source/core/editing/commands/InsertNodeBeforeCommand.cpp
|
| diff --git a/Source/core/editing/InsertNodeBeforeCommand.cpp b/Source/core/editing/commands/InsertNodeBeforeCommand.cpp
|
| similarity index 97%
|
| rename from Source/core/editing/InsertNodeBeforeCommand.cpp
|
| rename to Source/core/editing/commands/InsertNodeBeforeCommand.cpp
|
| index 20ca21e92ad0879dd6b2545f159954802abed794..60e625993f2450cceb844e4518a4ccc59b0b01a1 100644
|
| --- a/Source/core/editing/InsertNodeBeforeCommand.cpp
|
| +++ b/Source/core/editing/commands/InsertNodeBeforeCommand.cpp
|
| @@ -24,7 +24,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/editing/InsertNodeBeforeCommand.h"
|
| +#include "core/editing/commands/InsertNodeBeforeCommand.h"
|
|
|
| #include "bindings/core/v8/ExceptionStatePlaceholder.h"
|
|
|
|
|