Index: src/pdf/SkPDFDevice.h |
diff --git a/src/pdf/SkPDFDevice.h b/src/pdf/SkPDFDevice.h |
index b1345a8e3fbb8e7c85069e62703d649486382d14..b214839f5a1c24055711475cd6aa613083fa1940 100644 |
--- a/src/pdf/SkPDFDevice.h |
+++ b/src/pdf/SkPDFDevice.h |
@@ -168,7 +168,7 @@ public: |
/** Returns a SkStream with the page contents. |
*/ |
- skstd::unique_ptr<SkStreamAsset> content() const; |
+ std::unique_ptr<SkStreamAsset> content() const; |
/** Writes the page contents to the stream. */ |
void writeContent(SkWStream*) const; |