| 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 66d0e53794e375e092446041209661842aa7fd7a..175ce4964fb273e585ff6dd968a579afb59d8de7 100644
|
| --- a/net/socket/socks_client_socket_pool.h
|
| +++ b/net/socket/socks_client_socket_pool.h
|
| @@ -20,6 +20,7 @@
|
| namespace net {
|
|
|
| class ConnectJobFactory;
|
| +class SocketPerformanceWatcherFactory;
|
| class TransportClientSocketPool;
|
| class TransportSocketParams;
|
|
|
| @@ -107,12 +108,12 @@ class NET_EXPORT_PRIVATE SOCKSClientSocketPool
|
| public:
|
| typedef SOCKSSocketParams SocketParams;
|
|
|
| - SOCKSClientSocketPool(
|
| - int max_sockets,
|
| - int max_sockets_per_group,
|
| - HostResolver* host_resolver,
|
| - TransportClientSocketPool* transport_pool,
|
| - NetLog* net_log);
|
| + SOCKSClientSocketPool(int max_sockets,
|
| + int max_sockets_per_group,
|
| + HostResolver* host_resolver,
|
| + TransportClientSocketPool* transport_pool,
|
| + SocketPerformanceWatcherFactory*,
|
| + NetLog* net_log);
|
|
|
| ~SOCKSClientSocketPool() override;
|
|
|
|
|