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

Unified Diff: chrome/browser/net/ssl_config_service_manager_pref.cc

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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 | « chrome/browser/net/spdyproxy/proxy_advisor.h ('k') | chrome/browser/net/websocket_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/ssl_config_service_manager_pref.cc
diff --git a/chrome/browser/net/ssl_config_service_manager_pref.cc b/chrome/browser/net/ssl_config_service_manager_pref.cc
index 4771d88edd460e8ad3c81c90b8ae501a03f93588..9ae274744a4a0c1d32c4953412f5b690a975892d 100644
--- a/chrome/browser/net/ssl_config_service_manager_pref.cc
+++ b/chrome/browser/net/ssl_config_service_manager_pref.cc
@@ -109,7 +109,7 @@ class SSLConfigServicePref : public net::SSLConfigService {
SSLConfigServicePref() {}
// Store SSL config settings in |config|. Must only be called from IO thread.
- virtual void GetSSLConfig(net::SSLConfig* config) OVERRIDE;
+ virtual void GetSSLConfig(net::SSLConfig* config) override;
private:
// Allow the pref watcher to update our internal state.
@@ -151,7 +151,7 @@ class SSLConfigServiceManagerPref
// Register local_state SSL preferences.
static void RegisterPrefs(PrefRegistrySimple* registry);
- virtual net::SSLConfigService* Get() OVERRIDE;
+ virtual net::SSLConfigService* Get() override;
private:
// Callback for preference changes. This will post the changes to the IO
« no previous file with comments | « chrome/browser/net/spdyproxy/proxy_advisor.h ('k') | chrome/browser/net/websocket_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698