diff options
Diffstat (limited to 'net/spdy/spdy_proxy_client_socket.h')
-rw-r--r-- | net/spdy/spdy_proxy_client_socket.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/spdy/spdy_proxy_client_socket.h b/net/spdy/spdy_proxy_client_socket.h index e6598ea..1b423c2 100644 --- a/net/spdy/spdy_proxy_client_socket.h +++ b/net/spdy/spdy_proxy_client_socket.h @@ -36,8 +36,8 @@ class IOBuffer; class SpdySession; class SpdyStream; -class NET_TEST SpdyProxyClientSocket : public ProxyClientSocket, - public SpdyStream::Delegate { +class NET_EXPORT_PRIVATE SpdyProxyClientSocket : public ProxyClientSocket, + public SpdyStream::Delegate { public: // Create a socket on top of the |spdy_stream| by sending a SYN_STREAM // CONNECT frame for |endpoint|. After the SYN_REPLY is received, |