| 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 245fcf2ac2eab4dd46093440df25125af732ca9e..8ea67db1d0ee13f69c884231b9eb0764193557e7 100644
|
| --- a/net/ssl/signed_certificate_timestamp_and_status.cc
|
| +++ b/net/ssl/signed_certificate_timestamp_and_status.cc
|
| @@ -11,8 +11,10 @@ namespace net {
|
| SignedCertificateTimestampAndStatus::SignedCertificateTimestampAndStatus(
|
| const scoped_refptr<ct::SignedCertificateTimestamp>& sct,
|
| const ct::SCTVerifyStatus status)
|
| - : sct(sct), status(status) {}
|
| + : sct(sct), status(status) {
|
| +}
|
|
|
| -SignedCertificateTimestampAndStatus::~SignedCertificateTimestampAndStatus() {}
|
| +SignedCertificateTimestampAndStatus::~SignedCertificateTimestampAndStatus() {
|
| +}
|
|
|
| } // namespace net
|
|
|