Index: third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.h |
diff --git a/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.h b/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.h |
index 0a847876a1bb9bf0baab735720c06ecf3168d0b0..b82012529d3fc9346c7a7ad23b30c312ed8033c0 100644 |
--- a/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.h |
+++ b/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.h |
@@ -31,14 +31,14 @@ |
#ifndef FontFallbackWin_h |
#define FontFallbackWin_h |
-#include "platform/PlatformExport.h" |
-#include "platform/fonts/FontDescription.h" |
-#include "platform/fonts/FontFallbackPriority.h" |
#include <unicode/locid.h> |
#include <unicode/uscript.h> |
#include <usp10.h> |
#include <wchar.h> |
#include <windows.h> |
+#include "platform/PlatformExport.h" |
+#include "platform/fonts/FontDescription.h" |
+#include "platform/fonts/FontFallbackPriority.h" |
class SkFontMgr; |