| Index: net/spdy/spdy_session_unittest.cc
|
| diff --git a/net/spdy/spdy_session_unittest.cc b/net/spdy/spdy_session_unittest.cc
|
| index e9ec4a9fe284cb389f99494822b1f3525827719a..c3b48b36f782686c1f0130126180ec373a0a34cc 100644
|
| --- a/net/spdy/spdy_session_unittest.cc
|
| +++ b/net/spdy/spdy_session_unittest.cc
|
| @@ -777,7 +777,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(
|
|
|