| Index: core/fpdfapi/parser/cpdf_null.h
|
| diff --git a/core/fpdfapi/parser/cpdf_null.h b/core/fpdfapi/parser/cpdf_null.h
|
| index 2b8b053b99944e1bc3966e1785146aa99eda7d0d..df985b92c0e77f5848a82eb3a66876174b69b2ba 100644
|
| --- a/core/fpdfapi/parser/cpdf_null.h
|
| +++ b/core/fpdfapi/parser/cpdf_null.h
|
| @@ -15,7 +15,7 @@ class CPDF_Null : public CPDF_Object {
|
|
|
| // CPDF_Object.
|
| Type GetType() const override;
|
| - CPDF_Object* Clone() const override;
|
| + std::unique_ptr<CPDF_Object> Clone() const override;
|
| };
|
|
|
| #endif // CORE_FPDFAPI_PARSER_CPDF_NULL_H_
|
|
|