summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/pref_proxy_config_tracker_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/net/pref_proxy_config_tracker_impl.h')
-rw-r--r--chrome/browser/net/pref_proxy_config_tracker_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/net/pref_proxy_config_tracker_impl.h b/chrome/browser/net/pref_proxy_config_tracker_impl.h
index f09cfef..8055c26 100644
--- a/chrome/browser/net/pref_proxy_config_tracker_impl.h
+++ b/chrome/browser/net/pref_proxy_config_tracker_impl.h
@@ -57,7 +57,7 @@ class ChromeProxyConfigService
void RegisterObserver();
scoped_ptr<net::ProxyConfigService> base_service_;
- ObserverList<net::ProxyConfigService::Observer, true> observers_;
+ base::ObserverList<net::ProxyConfigService::Observer, true> observers_;
// Tracks configuration state of |pref_config_|. |pref_config_| is valid only
// if |pref_config_state_| is not CONFIG_UNSET.