| Index: sky/engine/core/frame/SuspendableTimer.h
|
| diff --git a/sky/engine/core/frame/SuspendableTimer.h b/sky/engine/core/frame/SuspendableTimer.h
|
| index f188ad586853d224f1ec2b7a7cdb452b67a2d485..1bf40e3747d9ddebe5ecf99faa358b9768941767 100644
|
| --- a/sky/engine/core/frame/SuspendableTimer.h
|
| +++ b/sky/engine/core/frame/SuspendableTimer.h
|
| @@ -27,8 +27,8 @@
|
| #ifndef SuspendableTimer_h
|
| #define SuspendableTimer_h
|
|
|
| -#include "core/dom/ActiveDOMObject.h"
|
| -#include "platform/Timer.h"
|
| +#include "sky/engine/core/dom/ActiveDOMObject.h"
|
| +#include "sky/engine/platform/Timer.h"
|
|
|
| namespace blink {
|
|
|
|
|