| 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 3276fc6fc4ed509d645e7e415f5c736cd7049954..8a1fc6a82d2e7357beb22a17e01d41c7005af74e 100644
|
| --- a/chrome/browser/chromeos/proxy_config_service_impl.h
|
| +++ b/chrome/browser/chromeos/proxy_config_service_impl.h
|
| @@ -52,6 +52,7 @@ class ProxyConfigServiceImpl : public PrefProxyConfigTrackerImpl,
|
|
|
| // NetworkStateHandlerObserver implementation.
|
| void DefaultNetworkChanged(const NetworkState* network) override;
|
| + void OnShuttingDown() override;
|
|
|
| protected:
|
| friend class UIProxyConfigService;
|
|
|