| Index: sky/engine/platform/PlatformScreen.h
|
| diff --git a/sky/engine/platform/PlatformScreen.h b/sky/engine/platform/PlatformScreen.h
|
| index 7f5a203194b7d05f5d57e229eb5964bf39277c89..e02a36441debba24b47fecf495a951bd4c62f7c0 100644
|
| --- a/sky/engine/platform/PlatformScreen.h
|
| +++ b/sky/engine/platform/PlatformScreen.h
|
| @@ -26,10 +26,10 @@
|
| #ifndef PlatformScreen_h
|
| #define PlatformScreen_h
|
|
|
| -#include "platform/geometry/FloatRect.h"
|
| -#include "public/platform/WebScreenOrientationType.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/RefPtr.h"
|
| +#include "sky/engine/platform/geometry/FloatRect.h"
|
| +#include "sky/engine/public/platform/WebScreenOrientationType.h"
|
| +#include "sky/engine/wtf/Forward.h"
|
| +#include "sky/engine/wtf/RefPtr.h"
|
|
|
| typedef WTF::Vector<char> ColorProfile;
|
|
|
|
|