| Index: net/cert/cert_verify_result.h
|
| diff --git a/net/cert/cert_verify_result.h b/net/cert/cert_verify_result.h
|
| index 09deffa0998832975835fcbe8f28a0e403786042..b33f3914306533aa206c5f038505c3250568196a 100644
|
| --- a/net/cert/cert_verify_result.h
|
| +++ b/net/cert/cert_verify_result.h
|
| @@ -25,9 +25,7 @@ class NET_EXPORT CertVerifyResult {
|
| void Reset();
|
|
|
| // Copies from |other| to |this|.
|
| - void CopyFrom(const CertVerifyResult& other) {
|
| - *this = other;
|
| - }
|
| + void CopyFrom(const CertVerifyResult& other) { *this = other; }
|
|
|
| // The certificate and chain that was constructed during verification.
|
| // Note that the though the verified certificate will match the originally
|
|
|