| Index: net/proxy/proxy_service_mojo.h
|
| diff --git a/net/proxy/proxy_service_mojo.h b/net/proxy/proxy_service_mojo.h
|
| index d6927cae961df7c279fa64e984aa67966acea9bf..3921bb8c531ca64e2e5e0fb93af57da73f8977d1 100644
|
| --- a/net/proxy/proxy_service_mojo.h
|
| +++ b/net/proxy/proxy_service_mojo.h
|
| @@ -39,7 +39,7 @@ class ProxyService;
|
| // lifetime of the ProxyService.
|
| scoped_ptr<ProxyService> CreateProxyServiceUsingMojoFactory(
|
| MojoProxyResolverFactory* mojo_proxy_factory,
|
| - ProxyConfigService* proxy_config_service,
|
| + scoped_ptr<ProxyConfigService> proxy_config_service,
|
| ProxyScriptFetcher* proxy_script_fetcher,
|
| DhcpProxyScriptFetcher* dhcp_proxy_script_fetcher,
|
| HostResolver* host_resolver,
|
| @@ -55,7 +55,7 @@ scoped_ptr<ProxyService> CreateProxyServiceUsingMojoFactory(
|
| // # other V8's running in the process must use v8::Locker.
|
| // ##########################################################################
|
| scoped_ptr<ProxyService> CreateProxyServiceUsingMojoInProcess(
|
| - ProxyConfigService* proxy_config_service,
|
| + scoped_ptr<ProxyConfigService> proxy_config_service,
|
| ProxyScriptFetcher* proxy_script_fetcher,
|
| DhcpProxyScriptFetcher* dhcp_proxy_script_fetcher,
|
| HostResolver* host_resolver,
|
|
|