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 d80e1d83d892b71da0a75405804ec921f0a9ea3c..d4cc98e6655962499ab9d3693c0c40d194fa8da3 100644 |
--- a/net/spdy/spdy_proxy_client_socket.h |
+++ b/net/spdy/spdy_proxy_client_socket.h |
@@ -92,9 +92,8 @@ class NET_EXPORT_PRIVATE SpdyProxyClientSocket : public ProxyClientSocket, |
// SpdyStream::Delegate implementation. |
virtual void OnRequestHeadersSent() OVERRIDE; |
- virtual int OnResponseHeadersReceived(const SpdyHeaderBlock& response, |
- base::Time response_time, |
- int status) OVERRIDE; |
+ virtual int OnResponseHeadersUpdated( |
+ const SpdyHeaderBlock& response_headers) OVERRIDE; |
virtual int OnDataReceived(scoped_ptr<SpdyBuffer> buffer) OVERRIDE; |
virtual void OnDataSent() OVERRIDE; |
virtual void OnClose(int status) OVERRIDE; |