| Index: net/ssl/signed_certificate_timestamp_and_status.h
|
| diff --git a/net/ssl/signed_certificate_timestamp_and_status.h b/net/ssl/signed_certificate_timestamp_and_status.h
|
| index 042c7ac41ab61ab9efa8aae6ee6e680e77d7be03..04067d0593fab2e3be02d1b20e31ad8dec7d211e 100644
|
| --- a/net/ssl/signed_certificate_timestamp_and_status.h
|
| +++ b/net/ssl/signed_certificate_timestamp_and_status.h
|
| @@ -23,8 +23,8 @@ struct SignedCertificateTimestampAndStatus {
|
|
|
| ~SignedCertificateTimestampAndStatus();
|
|
|
| - scoped_refptr<ct::SignedCertificateTimestamp> sct_;
|
| - ct::SCTVerifyStatus status_;
|
| + scoped_refptr<ct::SignedCertificateTimestamp> sct;
|
| + ct::SCTVerifyStatus status;
|
| };
|
|
|
| typedef std::vector<SignedCertificateTimestampAndStatus>
|
|
|