| Index: Source/core/editing/commands/TextInsertionBaseCommand.cpp
|
| diff --git a/Source/core/editing/TextInsertionBaseCommand.cpp b/Source/core/editing/commands/TextInsertionBaseCommand.cpp
|
| similarity index 98%
|
| rename from Source/core/editing/TextInsertionBaseCommand.cpp
|
| rename to Source/core/editing/commands/TextInsertionBaseCommand.cpp
|
| index f5b906d70276ec98011fbf5799860b2072a0dd8f..62a6c562d66acba0f136ca7263b0e1805d00926b 100644
|
| --- a/Source/core/editing/TextInsertionBaseCommand.cpp
|
| +++ b/Source/core/editing/commands/TextInsertionBaseCommand.cpp
|
| @@ -24,7 +24,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/editing/TextInsertionBaseCommand.h"
|
| +#include "core/editing/commands/TextInsertionBaseCommand.h"
|
|
|
| #include "bindings/core/v8/ExceptionStatePlaceholder.h"
|
| #include "core/dom/Element.h"
|
|
|