| Index: net/spdy/spdy_proxy_client_socket.h
|
| ===================================================================
|
| --- net/spdy/spdy_proxy_client_socket.h (revision 95949)
|
| +++ net/spdy/spdy_proxy_client_socket.h (working copy)
|
| @@ -36,8 +36,8 @@
|
| 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,
|
|
|