| Index: net/socket/socks_client_socket_pool.h
|
| diff --git a/net/socket/socks_client_socket_pool.h b/net/socket/socks_client_socket_pool.h
|
| index 2c306005d6ff9ca028ebd91639b2177fa17431c2..f74074a2715b1e2240e9271848543599f0f56d1a 100644
|
| --- a/net/socket/socks_client_socket_pool.h
|
| +++ b/net/socket/socks_client_socket_pool.h
|
| @@ -108,8 +108,7 @@ class SOCKSClientSocketPool : public ClientSocketPool {
|
| int max_sockets_per_group,
|
| const std::string& name,
|
| const scoped_refptr<HostResolver>& host_resolver,
|
| - const scoped_refptr<TCPClientSocketPool>& tcp_pool,
|
| - NetworkChangeNotifier* network_change_notifier);
|
| + const scoped_refptr<TCPClientSocketPool>& tcp_pool);
|
|
|
| // ClientSocketPool methods:
|
| virtual int RequestSocket(const std::string& group_name,
|
|
|