| Index: sky/engine/platform/AsyncMethodRunner.h
|
| diff --git a/sky/engine/platform/AsyncMethodRunner.h b/sky/engine/platform/AsyncMethodRunner.h
|
| index 9fa52b4cdc319cd8d374e4d6695289d476d65aa2..e51e72064fb1a86857c59584de42023be6599665 100644
|
| --- a/sky/engine/platform/AsyncMethodRunner.h
|
| +++ b/sky/engine/platform/AsyncMethodRunner.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef AsyncMethodRunner_h
|
| #define AsyncMethodRunner_h
|
|
|
| -#include "platform/Timer.h"
|
| -#include "wtf/FastAllocBase.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "sky/engine/platform/Timer.h"
|
| +#include "sky/engine/wtf/FastAllocBase.h"
|
| +#include "sky/engine/wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|