| Index: net/proxy/proxy_service_unittest.cc
|
| diff --git a/net/proxy/proxy_service_unittest.cc b/net/proxy/proxy_service_unittest.cc
|
| index dfb53da181ffbc498b38c59b4890b3d329e9eeeb..24dc845ad99195b039dc21d543d9338fc8d7eec9 100644
|
| --- a/net/proxy/proxy_service_unittest.cc
|
| +++ b/net/proxy/proxy_service_unittest.cc
|
| @@ -156,7 +156,7 @@ class MockProxyConfigService: public ProxyConfigService {
|
| private:
|
| ConfigAvailability availability_;
|
| ProxyConfig config_;
|
| - ObserverList<Observer, true> observers_;
|
| + base::ObserverList<Observer, true> observers_;
|
| };
|
|
|
| // A test network delegate that exercises the OnResolveProxy callback.
|
|
|