Index: third_party/WebKit/Source/platform/fonts/skia/FontCacheSkia.cpp |
diff --git a/third_party/WebKit/Source/platform/fonts/skia/FontCacheSkia.cpp b/third_party/WebKit/Source/platform/fonts/skia/FontCacheSkia.cpp |
index 80168a1e38d8d8d018e894d2facc1c5e53429368..cbcf86654171b81048f482a52b795167ed59772e 100644 |
--- a/third_party/WebKit/Source/platform/fonts/skia/FontCacheSkia.cpp |
+++ b/third_party/WebKit/Source/platform/fonts/skia/FontCacheSkia.cpp |
@@ -29,6 +29,8 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+#include <unicode/locid.h> |
+#include <memory> |
#include "SkFontMgr.h" |
#include "SkStream.h" |
#include "SkTypeface.h" |
@@ -45,8 +47,6 @@ |
#include "wtf/PtrUtil.h" |
#include "wtf/text/AtomicString.h" |
#include "wtf/text/CString.h" |
-#include <memory> |
-#include <unicode/locid.h> |
#if !OS(WIN) && !OS(ANDROID) |
#include "SkFontConfigInterface.h" |