diff options
Diffstat (limited to 'net/http/http_proxy_client_socket_pool.h')
-rw-r--r-- | net/http/http_proxy_client_socket_pool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_proxy_client_socket_pool.h b/net/http/http_proxy_client_socket_pool.h index 14bd9bea..c211fec 100644 --- a/net/http/http_proxy_client_socket_pool.h +++ b/net/http/http_proxy_client_socket_pool.h @@ -195,7 +195,7 @@ class HttpProxyClientSocketPool : public ClientSocketPool { ClientSocketHandle* handle); virtual void ReleaseSocket(const std::string& group_name, - ClientSocket* socket, + StreamSocket* socket, int id); virtual void Flush(); |