| Index: sky/engine/core/dom/Microtask.h
|
| diff --git a/sky/engine/core/dom/Microtask.h b/sky/engine/core/dom/Microtask.h
|
| index 6f2ff20f0d1984e462a616f3a304242b95afabb0..f068f35d63d9a745a2a384abef3f5b616a983e04 100644
|
| --- a/sky/engine/core/dom/Microtask.h
|
| +++ b/sky/engine/core/dom/Microtask.h
|
| @@ -32,8 +32,8 @@
|
| #define Microtask_h
|
|
|
| #include "base/callback_forward.h"
|
| -#include "public/platform/WebThread.h"
|
| -#include "wtf/PassOwnPtr.h"
|
| +#include "sky/engine/public/platform/WebThread.h"
|
| +#include "sky/engine/wtf/PassOwnPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|