| Index: core/fpdfapi/parser/cpdf_stream.h
|
| diff --git a/core/fpdfapi/parser/cpdf_stream.h b/core/fpdfapi/parser/cpdf_stream.h
|
| index cd4113b22b6cd31697116d8b9f69c43c66a7fc93..902cd75365ce914cb67664b60290663c4e577c55 100644
|
| --- a/core/fpdfapi/parser/cpdf_stream.h
|
| +++ b/core/fpdfapi/parser/cpdf_stream.h
|
| @@ -19,7 +19,7 @@ class CPDF_Stream : public CPDF_Object {
|
| CPDF_Stream();
|
|
|
| // Takes ownership of |pData|.
|
| - CPDF_Stream(uint8_t* pData,
|
| + CPDF_Stream(std::unique_ptr<uint8_t, FxFreeDeleter> pData,
|
| uint32_t size,
|
| std::unique_ptr<CPDF_Dictionary> pDict);
|
|
|
|
|