| Index: chrome/browser/net/proxy_service_factory.h
|
| diff --git a/chrome/browser/net/proxy_service_factory.h b/chrome/browser/net/proxy_service_factory.h
|
| index 2952ff27ec52240a9cd4648f8bbbd46f2df57aa9..8faa49161623df5af338d0f29032e14c0115fd70 100644
|
| --- a/chrome/browser/net/proxy_service_factory.h
|
| +++ b/chrome/browser/net/proxy_service_factory.h
|
| @@ -49,7 +49,7 @@ class ProxyServiceFactory {
|
| net::NetLog* net_log,
|
| net::URLRequestContext* context,
|
| net::NetworkDelegate* network_delegate,
|
| - net::ProxyConfigService* proxy_config_service,
|
| + scoped_ptr<net::ProxyConfigService> proxy_config_service,
|
| const base::CommandLine& command_line,
|
| bool quick_check_enabled);
|
|
|
|
|