| Index: net/ssl/client_cert_store_nss.h
|
| diff --git a/net/ssl/client_cert_store_nss.h b/net/ssl/client_cert_store_nss.h
|
| index 4e2e1c459da8547576950e7702ac20fc0bb84da4..38895aa52283dfd36273a8bfb78d8ed5b85f5de8 100644
|
| --- a/net/ssl/client_cert_store_nss.h
|
| +++ b/net/ssl/client_cert_store_nss.h
|
| @@ -32,7 +32,7 @@ class NET_EXPORT ClientCertStoreNSS : public ClientCertStore {
|
| // ClientCertStore:
|
| virtual void GetClientCerts(const SSLCertRequestInfo& cert_request_info,
|
| CertificateList* selected_certs,
|
| - const base::Closure& callback) OVERRIDE;
|
| + const base::Closure& callback) override;
|
|
|
| protected:
|
| // Examines the certificates in |cert_list| to find all certificates that
|
|
|