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