| Index: Source/core/editing/commands/ReplaceNodeWithSpanCommand.h
|
| diff --git a/Source/core/editing/ReplaceNodeWithSpanCommand.h b/Source/core/editing/commands/ReplaceNodeWithSpanCommand.h
|
| similarity index 97%
|
| rename from Source/core/editing/ReplaceNodeWithSpanCommand.h
|
| rename to Source/core/editing/commands/ReplaceNodeWithSpanCommand.h
|
| index b424eb2e6cba48b2d62382c9e16c0b6b881f8553..5087d519d35ce4b849bdb9de9f045769f0961845 100644
|
| --- a/Source/core/editing/ReplaceNodeWithSpanCommand.h
|
| +++ b/Source/core/editing/commands/ReplaceNodeWithSpanCommand.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef ReplaceNodeWithSpanCommand_h
|
| #define ReplaceNodeWithSpanCommand_h
|
|
|
| -#include "core/editing/CompositeEditCommand.h"
|
| +#include "core/editing/commands/CompositeEditCommand.h"
|
|
|
| namespace blink {
|
|
|
|
|