| Index: Source/core/editing/commands/InsertListCommand.cpp
|
| diff --git a/Source/core/editing/InsertListCommand.cpp b/Source/core/editing/commands/InsertListCommand.cpp
|
| similarity index 99%
|
| rename from Source/core/editing/InsertListCommand.cpp
|
| rename to Source/core/editing/commands/InsertListCommand.cpp
|
| index 794080e9e339d385f2a96628bbadb5f3e20248d2..5fe2161aeea4efea891e3e728280f1e0fc997ac4 100644
|
| --- a/Source/core/editing/InsertListCommand.cpp
|
| +++ b/Source/core/editing/commands/InsertListCommand.cpp
|
| @@ -24,7 +24,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/editing/InsertListCommand.h"
|
| +#include "core/editing/commands/InsertListCommand.h"
|
|
|
| #include "bindings/core/v8/ExceptionStatePlaceholder.h"
|
| #include "core/HTMLNames.h"
|
|
|