| Index: net/socket/socks5_client_socket_unittest.cc
|
| ===================================================================
|
| --- net/socket/socks5_client_socket_unittest.cc (revision 23124)
|
| +++ net/socket/socks5_client_socket_unittest.cc (working copy)
|
| @@ -59,7 +59,7 @@
|
|
|
| // 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);
|
| + int rv = host_resolver_->Resolve(NULL, info, &address_list_, NULL, NULL);
|
| ASSERT_EQ(OK, rv);
|
| }
|
|
|
|
|