Index: third_party/WebKit/Source/core/layout/TextAutosizer.h |
diff --git a/third_party/WebKit/Source/core/layout/TextAutosizer.h b/third_party/WebKit/Source/core/layout/TextAutosizer.h |
index 0c59502b64ebf08fe9a112cd8bf1c6599e767d4b..8b9641928948c71a847a704d5a723a1a6f491e22 100644 |
--- a/third_party/WebKit/Source/core/layout/TextAutosizer.h |
+++ b/third_party/WebKit/Source/core/layout/TextAutosizer.h |
@@ -31,13 +31,13 @@ |
#ifndef TextAutosizer_h |
#define TextAutosizer_h |
+#include <unicode/uchar.h> |
+#include <memory> |
#include "core/CoreExport.h" |
#include "platform/heap/Handle.h" |
#include "wtf/HashMap.h" |
#include "wtf/HashSet.h" |
#include "wtf/Noncopyable.h" |
-#include <memory> |
-#include <unicode/uchar.h> |
namespace blink { |