| Index: net/quic/quic_spdy_stream.h
|
| diff --git a/net/quic/quic_spdy_stream.h b/net/quic/quic_spdy_stream.h
|
| index ba1adfdd79ea7ca85323abca68b8fcf251a2b885..5c692f3350094f0102b6c3e411d3518dd69bfebb 100644
|
| --- a/net/quic/quic_spdy_stream.h
|
| +++ b/net/quic/quic_spdy_stream.h
|
| @@ -107,8 +107,8 @@ class NET_EXPORT_PRIVATE QuicSpdyStream : public ReliableQuicStream {
|
|
|
| // Writes the trailers contained in |trailer_block| to the dedicated
|
| // headers stream. Trailers will always have the FIN set.
|
| - virtual size_t WriteTrailers(SpdyHeaderBlock trailer_block,
|
| - QuicAckListenerInterface* ack_notifier_delegate);
|
| + size_t WriteTrailers(SpdyHeaderBlock trailer_block,
|
| + QuicAckListenerInterface* ack_notifier_delegate);
|
|
|
| // Marks |bytes_consumed| of the headers data as consumed.
|
| void MarkHeadersConsumed(size_t bytes_consumed);
|
|
|