| Index: sky/engine/core/editing/EditCommand.h
|
| diff --git a/sky/engine/core/editing/EditCommand.h b/sky/engine/core/editing/EditCommand.h
|
| index 8e424f4f58454ea326c70593cd58f93b8468dedc..d0cc8c6a4a5f99a83043133534360b54ebaa24b8 100644
|
| --- a/sky/engine/core/editing/EditCommand.h
|
| +++ b/sky/engine/core/editing/EditCommand.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef EditCommand_h
|
| #define EditCommand_h
|
|
|
| -#include "core/editing/EditAction.h"
|
| -#include "core/editing/VisibleSelection.h"
|
| -#include "platform/heap/Handle.h"
|
| +#include "sky/engine/core/editing/EditAction.h"
|
| +#include "sky/engine/core/editing/VisibleSelection.h"
|
| +#include "sky/engine/platform/heap/Handle.h"
|
|
|
| namespace blink {
|
|
|
|
|