Index: third_party/WebKit/Source/platform/fonts/SmallCapsIterator.h |
diff --git a/third_party/WebKit/Source/platform/fonts/SmallCapsIterator.h b/third_party/WebKit/Source/platform/fonts/SmallCapsIterator.h |
index de2137470c21a2d0efbacca54a072b9de1021de1..0992fbbe45d5121d56c044fbcd02bce672b2c5fd 100644 |
--- a/third_party/WebKit/Source/platform/fonts/SmallCapsIterator.h |
+++ b/third_party/WebKit/Source/platform/fonts/SmallCapsIterator.h |
@@ -5,12 +5,12 @@ |
#ifndef SmallCapsIterator_h |
#define SmallCapsIterator_h |
+#include <memory> |
#include "platform/fonts/FontOrientation.h" |
#include "platform/fonts/ScriptRunIterator.h" |
#include "platform/fonts/UTF16TextIterator.h" |
#include "wtf/Allocator.h" |
#include "wtf/Noncopyable.h" |
-#include <memory> |
namespace blink { |