| Index: sky/engine/platform/HostWindow.h
|
| diff --git a/sky/engine/platform/HostWindow.h b/sky/engine/platform/HostWindow.h
|
| index e25f104ebdfc3ccb3a95a894fe6ba020c095bd74..0b5c55c2e4a94d424ffab2a11dca2312ead73970 100644
|
| --- a/sky/engine/platform/HostWindow.h
|
| +++ b/sky/engine/platform/HostWindow.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef HostWindow_h
|
| #define HostWindow_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 {
|
| class IntRect;
|
|
|