| Index: Source/core/platform/PlatformScreen.h
|
| diff --git a/Source/core/platform/PlatformScreen.h b/Source/core/platform/PlatformScreen.h
|
| index f7d47ac6839873e1d178d67b73d2dc1eb41ef50e..096f026abf5fd484588403a440c14a75caf6bbf5 100644
|
| --- a/Source/core/platform/PlatformScreen.h
|
| +++ b/Source/core/platform/PlatformScreen.h
|
| @@ -27,8 +27,8 @@
|
| #define PlatformScreen_h
|
|
|
| #include "core/platform/graphics/FloatRect.h"
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/RefPtr.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/RefPtr.h"
|
|
|
| typedef uint32_t PlatformDisplayID;
|
|
|
|
|