diff options
Diffstat (limited to 'net/base/dnsrr_resolver.h')
-rw-r--r-- | net/base/dnsrr_resolver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/base/dnsrr_resolver.h b/net/base/dnsrr_resolver.h index 06d7c8c..781a047 100644 --- a/net/base/dnsrr_resolver.h +++ b/net/base/dnsrr_resolver.h @@ -99,7 +99,7 @@ class NET_EXPORT DnsRRResolver // this function returns kInvalidHandle then the resolution failed // immediately because it was improperly formed. Handle Resolve(const std::string& name, uint16 rrtype, - uint16 flags, CompletionCallback* callback, + uint16 flags, OldCompletionCallback* callback, RRResponse* response, int priority, const BoundNetLog& netlog); |