diff options
Diffstat (limited to 'net/http/proxy_client_socket.h')
-rw-r--r-- | net/http/proxy_client_socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/proxy_client_socket.h b/net/http/proxy_client_socket.h index 73197be..451e098 100644 --- a/net/http/proxy_client_socket.h +++ b/net/http/proxy_client_socket.h @@ -13,7 +13,7 @@ namespace net { class HttpStream; class HttpResponseInfo; -class NET_TEST ProxyClientSocket : public StreamSocket { +class NET_EXPORT_PRIVATE ProxyClientSocket : public StreamSocket { public: ProxyClientSocket() {} virtual ~ProxyClientSocket() {} |