| Index: net/proxy/proxy_config_service_mac.h
|
| diff --git a/net/proxy/proxy_config_service_mac.h b/net/proxy/proxy_config_service_mac.h
|
| index 87c81622071297d2c52578870484b36b6aec22d7..01a0e26b0f373930fce520651d10b6621c376809 100644
|
| --- a/net/proxy/proxy_config_service_mac.h
|
| +++ b/net/proxy/proxy_config_service_mac.h
|
| @@ -65,7 +65,7 @@ class ProxyConfigServiceMac : public ProxyConfigService {
|
| Forwarder forwarder_;
|
| scoped_ptr<const NetworkConfigWatcherMac> config_watcher_;
|
|
|
| - ObserverList<Observer> observers_;
|
| + base::ObserverList<Observer> observers_;
|
|
|
| // Holds the last system proxy settings that we fetched.
|
| bool has_fetched_config_;
|
|
|