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

Unified Diff: chromeos/cert_loader.h

Issue 628883002: replace OVERRIDE and FINAL with override and final in chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « chromeos/audio/cras_audio_handler_unittest.cc ('k') | chromeos/cert_loader_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/cert_loader.h
diff --git a/chromeos/cert_loader.h b/chromeos/cert_loader.h
index 59342bc53fb13640e19b910d9e0e601d2798307a..c5fb8ae440dceaddabcb776387ccb6490aa9d5b1 100644
--- a/chromeos/cert_loader.h
+++ b/chromeos/cert_loader.h
@@ -107,9 +107,9 @@ class CHROMEOS_EXPORT CertLoader : public net::CertDatabase::Observer {
void NotifyCertificatesLoaded(bool initial_load);
// net::CertDatabase::Observer
- virtual void OnCACertChanged(const net::X509Certificate* cert) OVERRIDE;
- virtual void OnCertAdded(const net::X509Certificate* cert) OVERRIDE;
- virtual void OnCertRemoved(const net::X509Certificate* cert) OVERRIDE;
+ virtual void OnCACertChanged(const net::X509Certificate* cert) override;
+ virtual void OnCertAdded(const net::X509Certificate* cert) override;
+ virtual void OnCertRemoved(const net::X509Certificate* cert) override;
ObserverList<Observer> observers_;
« no previous file with comments | « chromeos/audio/cras_audio_handler_unittest.cc ('k') | chromeos/cert_loader_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698