Index: third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h |
diff --git a/third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h b/third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h |
index 25e4b33931fa6971ea2abc97726f223ca9390d20..e917469aa23a62b32dcad16781fc90308ed75853 100644 |
--- a/third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h |
+++ b/third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h |
@@ -29,6 +29,7 @@ |
#ifndef GlyphMetricsMap_h |
#define GlyphMetricsMap_h |
+#include <memory> |
#include "platform/fonts/Glyph.h" |
#include "platform/geometry/FloatRect.h" |
#include "wtf/Allocator.h" |
@@ -36,7 +37,6 @@ |
#include "wtf/HashMap.h" |
#include "wtf/PtrUtil.h" |
#include "wtf/text/Unicode.h" |
-#include <memory> |
namespace blink { |