| 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 f74074a2715b1e2240e9271848543599f0f56d1a..2c306005d6ff9ca028ebd91639b2177fa17431c2 100644
 | 
| --- a/net/socket/socks_client_socket_pool.h
 | 
| +++ b/net/socket/socks_client_socket_pool.h
 | 
| @@ -108,7 +108,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,
 | 
| 
 |