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

Unified Diff: chrome/browser/chromeos/proxy_config_service_impl.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/proxy_config_service_impl.h
diff --git a/chrome/browser/chromeos/proxy_config_service_impl.h b/chrome/browser/chromeos/proxy_config_service_impl.h
index 81ec9e2b5c3db62d0500c30258fdff2e332e775c..7b87cd6efe8cf1088665f31ced1488e1d9561787 100644
--- a/chrome/browser/chromeos/proxy_config_service_impl.h
+++ b/chrome/browser/chromeos/proxy_config_service_impl.h
@@ -48,10 +48,10 @@ class ProxyConfigServiceImpl : public PrefProxyConfigTrackerImpl,
// PrefProxyConfigTrackerImpl implementation.
virtual void OnProxyConfigChanged(ProxyPrefs::ConfigState config_state,
- const net::ProxyConfig& config) OVERRIDE;
+ const net::ProxyConfig& config) override;
// NetworkStateHandlerObserver implementation.
- virtual void DefaultNetworkChanged(const NetworkState* network) OVERRIDE;
+ virtual void DefaultNetworkChanged(const NetworkState* network) override;
protected:
friend class UIProxyConfigService;
« no previous file with comments | « chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc ('k') | chrome/browser/chromeos/session_length_limiter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698