Index: third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.h |
diff --git a/third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.h b/third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.h |
index 80eb0cf18118fba9920db1ab08d39b91497f36f2..2f7b545327073eb829d9ccc69cf9c2d1c3487de1 100644 |
--- a/third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.h |
+++ b/third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.h |
@@ -32,6 +32,7 @@ |
#ifndef FontCustomPlatformData_h |
#define FontCustomPlatformData_h |
+#include <memory> |
#include "platform/PlatformExport.h" |
#include "platform/fonts/FontOrientation.h" |
#include "third_party/skia/include/core/SkRefCnt.h" |
@@ -39,7 +40,6 @@ |
#include "wtf/Forward.h" |
#include "wtf/Noncopyable.h" |
#include "wtf/text/WTFString.h" |
-#include <memory> |
class SkTypeface; |