Index: net/ssl/signed_certificate_timestamp_and_status.cc |
diff --git a/net/ssl/signed_certificate_timestamp_and_status.cc b/net/ssl/signed_certificate_timestamp_and_status.cc |
index 2808fec3e4d69a19cb8d4c8b6df25150917c724f..245fcf2ac2eab4dd46093440df25125af732ca9e 100644 |
--- a/net/ssl/signed_certificate_timestamp_and_status.cc |
+++ b/net/ssl/signed_certificate_timestamp_and_status.cc |
@@ -11,7 +11,7 @@ namespace net { |
SignedCertificateTimestampAndStatus::SignedCertificateTimestampAndStatus( |
const scoped_refptr<ct::SignedCertificateTimestamp>& sct, |
const ct::SCTVerifyStatus status) |
- : sct_(sct), status_(status) {} |
+ : sct(sct), status(status) {} |
SignedCertificateTimestampAndStatus::~SignedCertificateTimestampAndStatus() {} |