| Index: third_party/WebKit/Source/platform/fonts/FontCache.h
 | 
| diff --git a/third_party/WebKit/Source/platform/fonts/FontCache.h b/third_party/WebKit/Source/platform/fonts/FontCache.h
 | 
| index 80e95b06f6184c692fceea655abb369cb6dc397b..4cbb31eb27a29709b981b9cd58697e3c075d3158 100644
 | 
| --- a/third_party/WebKit/Source/platform/fonts/FontCache.h
 | 
| +++ b/third_party/WebKit/Source/platform/fonts/FontCache.h
 | 
| @@ -30,6 +30,8 @@
 | 
|  #ifndef FontCache_h
 | 
|  #define FontCache_h
 | 
|  
 | 
| +#include <limits.h>
 | 
| +#include <memory>
 | 
|  #include "platform/PlatformExport.h"
 | 
|  #include "platform/fonts/FallbackListCompositeKey.h"
 | 
|  #include "platform/fonts/FontCacheKey.h"
 | 
| @@ -43,8 +45,6 @@
 | 
|  #include "wtf/text/CString.h"
 | 
|  #include "wtf/text/Unicode.h"
 | 
|  #include "wtf/text/WTFString.h"
 | 
| -#include <limits.h>
 | 
| -#include <memory>
 | 
|  
 | 
|  #include "SkFontMgr.h"
 | 
|  
 | 
| 
 |