Index: third_party/WebKit/Source/core/css/BinaryDataFontFaceSource.h |
diff --git a/third_party/WebKit/Source/core/css/BinaryDataFontFaceSource.h b/third_party/WebKit/Source/core/css/BinaryDataFontFaceSource.h |
index e2e064a647c2797622e1741440cc4b812eec714c..2bc8565f94592e94b5ebb021f289fe8719fbb1bd 100644 |
--- a/third_party/WebKit/Source/core/css/BinaryDataFontFaceSource.h |
+++ b/third_party/WebKit/Source/core/css/BinaryDataFontFaceSource.h |
@@ -6,7 +6,7 @@ |
#define BinaryDataFontFaceSource_h |
#include "core/css/CSSFontFaceSource.h" |
-#include <memory> |
+#include "wtf/OwnPtr.h" |
namespace blink { |
@@ -22,7 +22,7 @@ public: |
private: |
PassRefPtr<SimpleFontData> createFontData(const FontDescription&) override; |
- std::unique_ptr<FontCustomPlatformData> m_customPlatformData; |
+ OwnPtr<FontCustomPlatformData> m_customPlatformData; |
}; |
} // namespace blink |