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

Unified Diff: chrome/browser/chromeos/net/cert_verify_proc_chromeos.h

Issue 623293003: replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: run git cl format on echo_dialog_view.h Created 6 years, 2 months 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
Index: chrome/browser/chromeos/net/cert_verify_proc_chromeos.h
diff --git a/chrome/browser/chromeos/net/cert_verify_proc_chromeos.h b/chrome/browser/chromeos/net/cert_verify_proc_chromeos.h
index a715e45c2bb4738c514f7c718a8072b9a1027dd5..b35315f3f77724d8fdbceea22364858f9a4c848c 100644
--- a/chrome/browser/chromeos/net/cert_verify_proc_chromeos.h
+++ b/chrome/browser/chromeos/net/cert_verify_proc_chromeos.h
@@ -38,7 +38,7 @@ class CertVerifyProcChromeOS : public net::CertVerifyProcNSS {
int flags,
net::CRLSet* crl_set,
const net::CertificateList& additional_trust_anchors,
- net::CertVerifyResult* verify_result) OVERRIDE;
+ net::CertVerifyResult* verify_result) override;
// Check if the trust root of |current_chain| is allowed.
// |is_chain_valid_arg| is actually a ChainVerifyArgs*, which is used to pass
« no previous file with comments | « chrome/browser/chromeos/mobile_config.h ('k') | chrome/browser/chromeos/net/cert_verify_proc_chromeos_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698