Index: third_party/WebKit/Source/platform/fonts/FontCache.cpp |
diff --git a/third_party/WebKit/Source/platform/fonts/FontCache.cpp b/third_party/WebKit/Source/platform/fonts/FontCache.cpp |
index b3b3f17dcde0ec767ea87032108cb73d0b6b2243..6c6b590cd260f70dd6aa34503b643a2866a03459 100644 |
--- a/third_party/WebKit/Source/platform/fonts/FontCache.cpp |
+++ b/third_party/WebKit/Source/platform/fonts/FontCache.cpp |
@@ -29,6 +29,7 @@ |
#include "platform/fonts/FontCache.h" |
+#include <memory> |
#include "base/trace_event/process_memory_dump.h" |
#include "platform/FontFamilyNames.h" |
#include "platform/Histogram.h" |
@@ -56,7 +57,6 @@ |
#include "wtf/Vector.h" |
#include "wtf/text/AtomicStringHash.h" |
#include "wtf/text/StringHash.h" |
-#include <memory> |
using namespace WTF; |