| Index: Source/core/editing/commands/UnlinkCommand.cpp
|
| diff --git a/Source/core/editing/UnlinkCommand.cpp b/Source/core/editing/commands/UnlinkCommand.cpp
|
| similarity index 97%
|
| rename from Source/core/editing/UnlinkCommand.cpp
|
| rename to Source/core/editing/commands/UnlinkCommand.cpp
|
| index 46ac828048dcfff149ac244b24d4e7f06a20862e..5011bdc88aaf8dadc409746e85e825d21b0f8edc 100644
|
| --- a/Source/core/editing/UnlinkCommand.cpp
|
| +++ b/Source/core/editing/commands/UnlinkCommand.cpp
|
| @@ -24,7 +24,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/editing/UnlinkCommand.h"
|
| +#include "core/editing/commands/UnlinkCommand.h"
|
|
|
| #include "core/html/HTMLAnchorElement.h"
|
|
|
|
|