summaryrefslogtreecommitdiffstats
path: root/net/dns/async_host_resolver_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/dns/async_host_resolver_unittest.cc')
-rw-r--r--net/dns/async_host_resolver_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dns/async_host_resolver_unittest.cc b/net/dns/async_host_resolver_unittest.cc
index 95e6e38..7da3bc7 100644
--- a/net/dns/async_host_resolver_unittest.cc
+++ b/net/dns/async_host_resolver_unittest.cc
@@ -148,7 +148,7 @@ class AsyncHostResolverTest : public testing::Test {
TestPrng test_prng_;
RandIntCallback rand_int_cb_;
scoped_ptr<HostResolver> resolver_;
- TestCompletionCallback callback0_, callback1_, callback2_, callback3_;
+ TestOldCompletionCallback callback0_, callback1_, callback2_, callback3_;
};
TEST_F(AsyncHostResolverTest, EmptyHostLookup) {
@@ -455,7 +455,7 @@ TEST_F(AsyncHostResolverTest, OverflowQueueWithHighPriorityLookup) {
HostResolver::RequestInfo info(HostPortPair("cnn.com", 80));
info.set_address_family(ADDRESS_FAMILY_IPV4);
AddressList addrlist_fail;
- TestCompletionCallback callback_fail;
+ TestOldCompletionCallback callback_fail;
int rv_fail = resolver_->Resolve(info, &addrlist_fail, &callback_fail, NULL,
BoundNetLog());
EXPECT_EQ(1u,