| Index: net/spdy/spdy_session_unittest.cc
|
| diff --git a/net/spdy/spdy_session_unittest.cc b/net/spdy/spdy_session_unittest.cc
|
| index 8e8125a92e53875612578bfc300d477da10bf3cf..17eef50ae548a42bfd1c8460501769c93cd53f0f 100644
|
| --- a/net/spdy/spdy_session_unittest.cc
|
| +++ b/net/spdy/spdy_session_unittest.cc
|
| @@ -771,7 +771,8 @@ void IPPoolingTest(bool clean_via_close_current_sessions) {
|
| // code would have done this already, but we do it manually.
|
| HostResolver::RequestInfo info(HostPortPair(test_hosts[i].name, kTestPort));
|
| session_deps.host_resolver->Resolve(
|
| - info, &test_hosts[i].addresses, NULL, NULL, BoundNetLog());
|
| + info, &test_hosts[i].addresses, CompletionCallback(), NULL,
|
| + BoundNetLog());
|
|
|
| // Setup a HostPortProxyPair
|
| test_hosts[i].pair = HostPortProxyPair(
|
|
|