summaryrefslogtreecommitdiffstats
path: root/net/tools/hresolv/hresolv.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/tools/hresolv/hresolv.cc')
-rw-r--r--net/tools/hresolv/hresolv.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tools/hresolv/hresolv.cc b/net/tools/hresolv/hresolv.cc
index c3858ad..9c67070 100644
--- a/net/tools/hresolv/hresolv.cc
+++ b/net/tools/hresolv/hresolv.cc
@@ -447,7 +447,7 @@ int main(int argc, char** argv) {
base::TimeDelta::FromSeconds(0));
scoped_refptr<net::HostResolver> host_resolver(
- new net::HostResolverImpl(NULL, cache, NULL, 100u));
+ new net::HostResolverImpl(NULL, cache, 100u));
ResolverInvoker invoker(host_resolver.get());
invoker.ResolveAll(hosts_and_times, options.async);