Index: net/quic/quic_stream_sequencer.h |
diff --git a/net/quic/quic_stream_sequencer.h b/net/quic/quic_stream_sequencer.h |
index a4580a9ca3f9c52e1577b1230c8b4de70ec59c7d..5da2c0e422e5c3e50d2ea63cf58511cd45916903 100644 |
--- a/net/quic/quic_stream_sequencer.h |
+++ b/net/quic/quic_stream_sequencer.h |
@@ -36,7 +36,7 @@ class NET_EXPORT_PRIVATE QuicStreamSequencer { |
// data is processed or the stream fails to consume data. Any unconsumed |
// data will be buffered. If the frame is not the next in line, it will be |
// buffered. |
- bool OnStreamFrame(const QuicStreamFrame& frame); |
+ void OnStreamFrame(const QuicStreamFrame& frame); |
// Once data is buffered, it's up to the stream to read it when the stream |
// can handle more data. The following three functions make that possible. |