Index: third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp |
diff --git a/third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp b/third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp |
index eab79d5d825bee6286ec90bca0732de3b865853e..136998d0b3f5484dc9d93b37b9bdff9796e13c56 100644 |
--- a/third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp |
+++ b/third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp |
@@ -29,6 +29,9 @@ |
#include "platform/fonts/SimpleFontData.h" |
+#include <unicode/unorm.h> |
+#include <unicode/utf16.h> |
+#include <memory> |
#include "SkPath.h" |
#include "SkTypeface.h" |
#include "SkTypes.h" |
@@ -36,14 +39,11 @@ |
#include "platform/fonts/VDMXParser.h" |
#include "platform/fonts/skia/SkiaTextMetrics.h" |
#include "platform/geometry/FloatRect.h" |
-#include "wtf/MathExtras.h" |
-#include "wtf/PtrUtil.h" |
-#include "wtf/allocator/Partitions.h" |
-#include "wtf/text/CharacterNames.h" |
-#include "wtf/text/Unicode.h" |
-#include <memory> |
-#include <unicode/unorm.h> |
-#include <unicode/utf16.h> |
+#include "platform/wtf/MathExtras.h" |
+#include "platform/wtf/PtrUtil.h" |
+#include "platform/wtf/allocator/Partitions.h" |
+#include "platform/wtf/text/CharacterNames.h" |
+#include "platform/wtf/text/Unicode.h" |
namespace blink { |