| Index: third_party/WebKit/Source/platform/geometry/IntSize.h
|
| diff --git a/third_party/WebKit/Source/platform/geometry/IntSize.h b/third_party/WebKit/Source/platform/geometry/IntSize.h
|
| index 5f97ad258441616705f3d578b42d39224f532204..7e001f87437d5a5af3deeebe37e7ec4a2dda5be1 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/IntSize.h
|
| +++ b/third_party/WebKit/Source/platform/geometry/IntSize.h
|
| @@ -29,9 +29,9 @@
|
| #define IntSize_h
|
|
|
| #include "platform/PlatformExport.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Forward.h"
|
| #include "public/platform/WebCommon.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Forward.h"
|
|
|
| #if OS(MACOSX)
|
| typedef struct CGSize CGSize;
|
|
|