| Index: net/quic/quic_spdy_stream.h
|
| diff --git a/net/quic/quic_spdy_stream.h b/net/quic/quic_spdy_stream.h
|
| index c07013635ce75b77889ce8a497824bb5e7b63e11..ea661fc80f88c285d0df1ebf01b8ce18e3bce98c 100644
|
| --- a/net/quic/quic_spdy_stream.h
|
| +++ b/net/quic/quic_spdy_stream.h
|
| @@ -140,7 +140,7 @@ class NET_EXPORT_PRIVATE QuicSpdyStream : public ReliableQuicStream {
|
| void MarkTrailersConsumed(size_t bytes_consumed);
|
|
|
| // Clears |header_list_|.
|
| - void ConsumeHeaderList() { header_list_.Clear(); }
|
| + void ConsumeHeaderList();
|
|
|
| // This block of functions wraps the sequencer's functions of the same
|
| // name. These methods return uncompressed data until that has
|
|
|