| Index: net/socket/socks5_client_socket_unittest.cc
|
| ===================================================================
|
| --- net/socket/socks5_client_socket_unittest.cc (revision 45843)
|
| +++ net/socket/socks5_client_socket_unittest.cc (working copy)
|
| @@ -67,7 +67,8 @@
|
|
|
| // Resolve the "localhost" AddressList used by the TCP connection to connect.
|
| HostResolver::RequestInfo info("www.socks-proxy.com", 1080);
|
| - int rv = host_resolver_->Resolve(info, &address_list_, NULL, NULL, NULL);
|
| + int rv = host_resolver_->Resolve(info, &address_list_, NULL, NULL,
|
| + BoundNetLog());
|
| ASSERT_EQ(OK, rv);
|
| }
|
|
|
|
|