| 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 5b91ad37b39992309cddadc2ea7be3043c1f311d..a786dc1125eb9c3ee89e23a800879065abf08eac 100644
|
| --- a/net/socket/socks_client_socket_pool.h
|
| +++ b/net/socket/socks_client_socket_pool.h
|
| @@ -109,7 +109,8 @@ 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);
|
| + const scoped_refptr<TCPClientSocketPool>& tcp_pool,
|
| + NetworkChangeNotifier* network_change_notifier);
|
|
|
| // ClientSocketPool methods:
|
| virtual int RequestSocket(const std::string& group_name,
|
|
|