| Index: sky/engine/platform/SharedTimer.h
|
| diff --git a/sky/engine/platform/SharedTimer.h b/sky/engine/platform/SharedTimer.h
|
| index 04629b4b2cb19392aabe16b056a91df646d8563f..0d7cf74e4c36e522ad7c4e52958a1d053d9f41b1 100644
|
| --- a/sky/engine/platform/SharedTimer.h
|
| +++ b/sky/engine/platform/SharedTimer.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef SharedTimer_h
|
| #define SharedTimer_h
|
|
|
| -#include "platform/PlatformExport.h"
|
| -#include "wtf/FastAllocBase.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "sky/engine/platform/PlatformExport.h"
|
| +#include "sky/engine/wtf/FastAllocBase.h"
|
| +#include "sky/engine/wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|