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; |