| Index: net/base/host_resolver_impl.h
|
| diff --git a/net/base/host_resolver_impl.h b/net/base/host_resolver_impl.h
|
| index 7044be31f8675026cbb6ad4d930e2e918a38cfdc..2f3b545e7114b86caa7e17ddad99a907adf62468 100644
|
| --- a/net/base/host_resolver_impl.h
|
| +++ b/net/base/host_resolver_impl.h
|
| @@ -117,7 +117,7 @@ class NET_EXPORT HostResolverImpl
|
| //
|
| // |net_log| must remain valid for the life of the HostResolverImpl.
|
| // TODO(szym): change to scoped_ptr<HostCache>.
|
| - HostResolverImpl(HostCache* cache,
|
| + HostResolverImpl(scoped_ptr<HostCache> cache,
|
| const PrioritizedDispatcher::Limits& job_limits,
|
| const ProcTaskParams& proc_params,
|
| scoped_ptr<DnsConfigService> dns_config_service,
|
|
|