| Index: net/base/host_resolver_impl.h
|
| diff --git a/net/base/host_resolver_impl.h b/net/base/host_resolver_impl.h
|
| index 8d0f781ec9d97f6432cfc9124210d21776ade6a2..1bc9b6944a7fa5249a000fb89d512be37fd41ff0 100644
|
| --- a/net/base/host_resolver_impl.h
|
| +++ b/net/base/host_resolver_impl.h
|
| @@ -115,7 +115,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<DnsClient> dns_client,
|
|
|