diff options
Diffstat (limited to 'net/http/proxy_client_socket.h')
-rw-r--r-- | net/http/proxy_client_socket.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/http/proxy_client_socket.h b/net/http/proxy_client_socket.h index 6557c883..ea55115 100644 --- a/net/http/proxy_client_socket.h +++ b/net/http/proxy_client_socket.h @@ -6,14 +6,14 @@ #define NET_HTTP_PROXY_CLIENT_SOCKET_H_ #pragma once -#include "net/socket/client_socket.h" +#include "net/socket/stream_socket.h" namespace net { class HttpStream; class HttpResponseInfo; -class ProxyClientSocket : public ClientSocket { +class ProxyClientSocket : public StreamSocket { public: ProxyClientSocket() {} virtual ~ProxyClientSocket() {} |