| Index: net/spdy/spdy_proxy_client_socket.h
|
| diff --git a/net/spdy/spdy_proxy_client_socket.h b/net/spdy/spdy_proxy_client_socket.h
|
| index 57143d9a64ab178b945ee596c0e6c7d74d106856..cefea5c1d6c2b44ba8be1ea82a75ecf403fdef3c 100644
|
| --- a/net/spdy/spdy_proxy_client_socket.h
|
| +++ b/net/spdy/spdy_proxy_client_socket.h
|
| @@ -91,7 +91,7 @@ class NET_EXPORT_PRIVATE SpdyProxyClientSocket : public ProxyClientSocket,
|
| virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE;
|
|
|
| // SpdyStream::Delegate implementation.
|
| - virtual SpdySendStatus OnSendRequestHeadersComplete() OVERRIDE;
|
| + virtual void OnSendRequestHeadersComplete() OVERRIDE;
|
| virtual void OnSendBody() OVERRIDE;
|
| virtual void OnSendBodyComplete() OVERRIDE;
|
| virtual int OnResponseReceived(const SpdyHeaderBlock& response,
|
|
|