| Index: net/base/host_resolver_impl.h
|
| diff --git a/net/base/host_resolver_impl.h b/net/base/host_resolver_impl.h
|
| index dff20c6013b7077d84524c85c453f0f13a961645..8d0f781ec9d97f6432cfc9124210d21776ade6a2 100644
|
| --- a/net/base/host_resolver_impl.h
|
| +++ b/net/base/host_resolver_impl.h
|
| @@ -200,8 +200,7 @@ class NET_EXPORT HostResolverImpl
|
|
|
| // Records the result in cache if cache is present.
|
| void CacheResult(const Key& key,
|
| - int net_error,
|
| - const AddressList& addr_list,
|
| + const HostCache::Entry& entry,
|
| base::TimeDelta ttl);
|
|
|
| // Removes |job| from |jobs_|, only if it exists.
|
|
|