| Index: core/fpdfapi/parser/cpdf_object.h
|
| diff --git a/core/fpdfapi/parser/cpdf_object.h b/core/fpdfapi/parser/cpdf_object.h
|
| index 3cf23188a761fb0a13aec5809dd938e179b2cab9..c888605d72a54265ae96ce2c2bce237cc2da124a 100644
|
| --- a/core/fpdfapi/parser/cpdf_object.h
|
| +++ b/core/fpdfapi/parser/cpdf_object.h
|
| @@ -118,4 +118,6 @@ class CPDF_Object {
|
| CPDF_Object(const CPDF_Object& src) {}
|
| };
|
|
|
| +using UniqueObject = std::unique_ptr<CPDF_Object, ReleaseDeleter<CPDF_Object>>;
|
| +
|
| #endif // CORE_FPDFAPI_PARSER_CPDF_OBJECT_H_
|
|
|