| Index: Source/core/editing/commands/CreateLinkCommand.cpp
|
| diff --git a/Source/core/editing/CreateLinkCommand.cpp b/Source/core/editing/commands/CreateLinkCommand.cpp
|
| similarity index 97%
|
| rename from Source/core/editing/CreateLinkCommand.cpp
|
| rename to Source/core/editing/commands/CreateLinkCommand.cpp
|
| index b1454bc2caa7f1a536dad9054de5259aa0c498e0..309773b032b2cb9f0c8955d0c430176ae7603444 100644
|
| --- a/Source/core/editing/CreateLinkCommand.cpp
|
| +++ b/Source/core/editing/commands/CreateLinkCommand.cpp
|
| @@ -24,7 +24,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/editing/CreateLinkCommand.h"
|
| +#include "core/editing/commands/CreateLinkCommand.h"
|
|
|
| #include "core/dom/Text.h"
|
| #include "core/html/HTMLAnchorElement.h"
|
|
|