| Index: Source/core/editing/commands/InsertTextCommand.cpp
|
| diff --git a/Source/core/editing/InsertTextCommand.cpp b/Source/core/editing/commands/InsertTextCommand.cpp
|
| similarity index 99%
|
| rename from Source/core/editing/InsertTextCommand.cpp
|
| rename to Source/core/editing/commands/InsertTextCommand.cpp
|
| index a62339f3af83b25f33b8bf6ca150f2ec31de6881..50f2c14da72d26b20ef3f98748ba9d519bc295ef 100644
|
| --- a/Source/core/editing/InsertTextCommand.cpp
|
| +++ b/Source/core/editing/commands/InsertTextCommand.cpp
|
| @@ -24,7 +24,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/editing/InsertTextCommand.h"
|
| +#include "core/editing/commands/InsertTextCommand.h"
|
|
|
| #include "core/dom/Document.h"
|
| #include "core/dom/Element.h"
|
|
|