| Index: net/cert/ct_serialization.h
|
| diff --git a/net/cert/ct_serialization.h b/net/cert/ct_serialization.h
|
| index 4fc74f747c2a5efa8ed44828ddb22637fdde29ac..0b7c9f0d5026aa593f8576fcf873c52de90a75d5 100644
|
| --- a/net/cert/ct_serialization.h
|
| +++ b/net/cert/ct_serialization.h
|
| @@ -63,7 +63,7 @@ NET_EXPORT_PRIVATE bool DecodeSCTList(base::StringPiece* input,
|
| // otherwise.
|
| NET_EXPORT_PRIVATE bool DecodeSignedCertificateTimestamp(
|
| base::StringPiece* input,
|
| - ct::SignedCertificateTimestamp* output);
|
| + scoped_refptr<ct::SignedCertificateTimestamp>* output);
|
|
|
| } // namespace ct
|
|
|
|
|