| Index: Source/core/editing/commands/CompositeEditCommand.h
|
| diff --git a/Source/core/editing/CompositeEditCommand.h b/Source/core/editing/commands/CompositeEditCommand.h
|
| similarity index 99%
|
| rename from Source/core/editing/CompositeEditCommand.h
|
| rename to Source/core/editing/commands/CompositeEditCommand.h
|
| index f692062531e25ef3e72cd885f1b76433665c1d98..9b10bb017d0647fd77beb50e45b27c0927faef63 100644
|
| --- a/Source/core/editing/CompositeEditCommand.h
|
| +++ b/Source/core/editing/commands/CompositeEditCommand.h
|
| @@ -27,8 +27,8 @@
|
| #define CompositeEditCommand_h
|
|
|
| #include "core/CSSPropertyNames.h"
|
| -#include "core/editing/EditCommand.h"
|
| -#include "core/editing/UndoStep.h"
|
| +#include "core/editing/commands/EditCommand.h"
|
| +#include "core/editing/commands/UndoStep.h"
|
| #include "wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|