| Index: Source/core/editing/commands/UndoStep.h
|
| diff --git a/Source/core/editing/UndoStep.h b/Source/core/editing/commands/UndoStep.h
|
| similarity index 97%
|
| rename from Source/core/editing/UndoStep.h
|
| rename to Source/core/editing/commands/UndoStep.h
|
| index f1da5e2e8918d9288d97dd8d71673011d1e562c6..e497a1d7f2bb571eefe23633987638de91a546cc 100644
|
| --- a/Source/core/editing/UndoStep.h
|
| +++ b/Source/core/editing/commands/UndoStep.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef UndoStep_h
|
| #define UndoStep_h
|
|
|
| -#include "core/editing/EditAction.h"
|
| +#include "core/editing/commands/EditAction.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/RefCounted.h"
|
|
|
|
|