Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / proxy_config_service_impl.h
index 81ec9e2..7b87cd6 100644 (file)
@@ -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;