summaryrefslogtreecommitdiffstats
path: root/net/dns/async_host_resolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/dns/async_host_resolver.h')
-rw-r--r--net/dns/async_host_resolver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dns/async_host_resolver.h b/net/dns/async_host_resolver.h
index aecc403..9906720 100644
--- a/net/dns/async_host_resolver.h
+++ b/net/dns/async_host_resolver.h
@@ -41,7 +41,7 @@ class NET_EXPORT AsyncHostResolver
// HostResolver interface
virtual int Resolve(const RequestInfo& info,
AddressList* addresses,
- CompletionCallback* callback,
+ OldCompletionCallback* callback,
RequestHandle* out_req,
const BoundNetLog& source_net_log) OVERRIDE;
virtual int ResolveFromCache(const RequestInfo& info,
@@ -79,7 +79,7 @@ class NET_EXPORT AsyncHostResolver
// Create a new request for the incoming Resolve() call.
Request* CreateNewRequest(const RequestInfo& info,
- CompletionCallback* callback,
+ OldCompletionCallback* callback,
AddressList* addresses,
const BoundNetLog& source_net_log);