| Index: Source/core/editing/commands/UnlinkCommand.h
|
| diff --git a/Source/core/editing/UnlinkCommand.h b/Source/core/editing/commands/UnlinkCommand.h
|
| similarity index 97%
|
| rename from Source/core/editing/UnlinkCommand.h
|
| rename to Source/core/editing/commands/UnlinkCommand.h
|
| index b6fb2542a575d49fc06d623f9ddd33547b341506..75df0a460186ea8bc738271a34793273bc162653 100644
|
| --- a/Source/core/editing/UnlinkCommand.h
|
| +++ b/Source/core/editing/commands/UnlinkCommand.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef UnlinkCommand_h
|
| #define UnlinkCommand_h
|
|
|
| -#include "core/editing/CompositeEditCommand.h"
|
| +#include "core/editing/commands/CompositeEditCommand.h"
|
|
|
| namespace blink {
|
|
|
|
|