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 d015e5e388897c11c9096709e915e48c582b77d5..811abf58a44f505476204325e8b9e5e27dab0a21 100644 |
--- a/third_party/WebKit/Source/platform/fonts/FontCache.h |
+++ b/third_party/WebKit/Source/platform/fonts/FontCache.h |
@@ -30,21 +30,21 @@ |
#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" |
#include "platform/fonts/FontFaceCreationParams.h" |
#include "platform/fonts/FontFallbackPriority.h" |
+#include "platform/wtf/Allocator.h" |
+#include "platform/wtf/Forward.h" |
+#include "platform/wtf/HashMap.h" |
+#include "platform/wtf/PassRefPtr.h" |
+#include "platform/wtf/text/CString.h" |
+#include "platform/wtf/text/Unicode.h" |
+#include "platform/wtf/text/WTFString.h" |
#include "third_party/skia/include/core/SkRefCnt.h" |
-#include "wtf/Allocator.h" |
-#include "wtf/Forward.h" |
-#include "wtf/HashMap.h" |
-#include "wtf/PassRefPtr.h" |
-#include "wtf/text/CString.h" |
-#include "wtf/text/Unicode.h" |
-#include "wtf/text/WTFString.h" |
-#include <limits.h> |
-#include <memory> |
#include "SkFontMgr.h" |