Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: net/base/cert_verifier.h

Issue 8568021: Add OVERRIDE to net/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: net only Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/base/address_list_net_log_param.h ('k') | net/base/cookie_monster_store_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/cert_verifier.h
diff --git a/net/base/cert_verifier.h b/net/base/cert_verifier.h
index ac47196c643b8a1cf6687a58d28ab978495aa03a..b937010e1127ead5f8a2a9819121390d66b1413e 100644
--- a/net/base/cert_verifier.h
+++ b/net/base/cert_verifier.h
@@ -183,7 +183,7 @@ class NET_EXPORT CertVerifier : NON_EXPORTED_BASE(public base::NonThreadSafe),
const CertVerifyResult& verify_result);
// CertDatabase::Observer methods:
- virtual void OnCertTrustChanged(const X509Certificate* cert);
+ virtual void OnCertTrustChanged(const X509Certificate* cert) OVERRIDE;
// cache_ maps from a request to a cached result. The cached result may
// have expired and the size of |cache_| must be <= max_cache_entries_.
« no previous file with comments | « net/base/address_list_net_log_param.h ('k') | net/base/cookie_monster_store_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698