| Index: sky/engine/platform/Timer.h
|
| diff --git a/sky/engine/platform/Timer.h b/sky/engine/platform/Timer.h
|
| index 167c4fccf4c7d3db544ffb275d66e64aaa3908a2..e581d69ef990bd3062ff9e931653498350fc70db 100644
|
| --- a/sky/engine/platform/Timer.h
|
| +++ b/sky/engine/platform/Timer.h
|
| @@ -27,11 +27,11 @@
|
| #define Timer_h
|
|
|
| #include "base/location.h"
|
| -#include "platform/PlatformExport.h"
|
| -#include "platform/heap/Handle.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/Threading.h"
|
| -#include "wtf/Vector.h"
|
| +#include "sky/engine/platform/PlatformExport.h"
|
| +#include "sky/engine/platform/heap/Handle.h"
|
| +#include "sky/engine/wtf/Noncopyable.h"
|
| +#include "sky/engine/wtf/Threading.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|