| Index: net/http/http_proxy_client_socket_pool.h
|
| ===================================================================
|
| --- net/http/http_proxy_client_socket_pool.h (revision 85994)
|
| +++ net/http/http_proxy_client_socket_pool.h (working copy)
|
| @@ -36,7 +36,8 @@
|
| // types. The other param must be NULL. When using an HTTP Proxy,
|
| // |transport_params| must be set. When using an HTTPS Proxy, |ssl_params|
|
| // must be set.
|
| -class HttpProxySocketParams : public base::RefCounted<HttpProxySocketParams> {
|
| +class NET_TEST HttpProxySocketParams
|
| + : public base::RefCounted<HttpProxySocketParams> {
|
| public:
|
| HttpProxySocketParams(
|
| const scoped_refptr<TransportSocketParams>& transport_params,
|
| @@ -165,7 +166,7 @@
|
| DISALLOW_COPY_AND_ASSIGN(HttpProxyConnectJob);
|
| };
|
|
|
| -class HttpProxyClientSocketPool : public ClientSocketPool {
|
| +class NET_TEST HttpProxyClientSocketPool : public ClientSocketPool {
|
| public:
|
| HttpProxyClientSocketPool(
|
| int max_sockets,
|
|
|