| Index: net/cert/cert_verify_proc_win.h
|
| diff --git a/net/cert/cert_verify_proc_win.h b/net/cert/cert_verify_proc_win.h
|
| index 147f47ab5a54caa988dba9a319a0bdc7b70d943f..afcb83866f651bee8d8d0640221ce9c9d0ca7e2e 100644
|
| --- a/net/cert/cert_verify_proc_win.h
|
| +++ b/net/cert/cert_verify_proc_win.h
|
| @@ -15,7 +15,7 @@ class CertVerifyProcWin : public CertVerifyProc {
|
| public:
|
| CertVerifyProcWin();
|
|
|
| - virtual bool SupportsAdditionalTrustAnchors() const OVERRIDE;
|
| + virtual bool SupportsAdditionalTrustAnchors() const override;
|
|
|
| protected:
|
| virtual ~CertVerifyProcWin();
|
| @@ -26,7 +26,7 @@ class CertVerifyProcWin : public CertVerifyProc {
|
| int flags,
|
| CRLSet* crl_set,
|
| const CertificateList& additional_trust_anchors,
|
| - CertVerifyResult* verify_result) OVERRIDE;
|
| + CertVerifyResult* verify_result) override;
|
| };
|
|
|
| } // namespace net
|
|
|