diff options
Diffstat (limited to 'net/spdy/spdy_proxy_client_socket.h')
-rw-r--r-- | net/spdy/spdy_proxy_client_socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/spdy/spdy_proxy_client_socket.h b/net/spdy/spdy_proxy_client_socket.h index f5b1baa..ee187d7 100644 --- a/net/spdy/spdy_proxy_client_socket.h +++ b/net/spdy/spdy_proxy_client_socket.h @@ -92,7 +92,7 @@ class NET_EXPORT_PRIVATE SpdyProxyClientSocket : public ProxyClientSocket, // SpdyStream::Delegate implementation. virtual SpdySendStatus OnSendHeadersComplete() OVERRIDE; - virtual int OnSendBody() OVERRIDE; + virtual void OnSendBody() OVERRIDE; virtual SpdySendStatus OnSendBodyComplete(size_t bytes_sent) OVERRIDE; virtual int OnResponseReceived(const SpdyHeaderBlock& response, base::Time response_time, |