| Index: net/quic/quic_chromium_client_stream.h
|
| diff --git a/net/quic/quic_chromium_client_stream.h b/net/quic/quic_chromium_client_stream.h
|
| index f7b000c6f384bf95965233b4e9817b4e7fe8cf32..f205b8c35122e9e27e58eda5c27b9fe7750c1f5b 100644
|
| --- a/net/quic/quic_chromium_client_stream.h
|
| +++ b/net/quic/quic_chromium_client_stream.h
|
| @@ -121,7 +121,7 @@ class NET_EXPORT_PRIVATE QuicChromiumClientStream : public QuicSpdyStream {
|
| using QuicSpdyStream::HasBufferedData;
|
|
|
| private:
|
| - void NotifyDelegateOfHeadersCompleteLater(const SpdyHeaderBlock& headers,
|
| + void NotifyDelegateOfHeadersCompleteLater(SpdyHeaderBlock headers,
|
| size_t frame_len);
|
| void NotifyDelegateOfHeadersComplete(SpdyHeaderBlock headers,
|
| size_t frame_len);
|
|
|