Index: net/tools/quic/quic_spdy_client_stream.h |
diff --git a/net/tools/quic/quic_spdy_client_stream.h b/net/tools/quic/quic_spdy_client_stream.h |
index 1292e1976033b50b7da39d0c6df4252bb7cacc44..7bbdee6b494ce1972e3bb85d0d2b15b207f83155 100644 |
--- a/net/tools/quic/quic_spdy_client_stream.h |
+++ b/net/tools/quic/quic_spdy_client_stream.h |
@@ -32,7 +32,7 @@ class QuicSpdyClientStream : public QuicDataStream { |
// Override the base class to close the write side as soon as we get a |
// response. |
// SPDY/HTTP does not support bidirectional streaming. |
- virtual bool OnStreamFrame(const QuicStreamFrame& frame) OVERRIDE; |
+ virtual void OnStreamFrame(const QuicStreamFrame& frame) OVERRIDE; |
// Override the base class to store the size of the headers. |
virtual void OnStreamHeadersComplete(bool fin, size_t frame_len) OVERRIDE; |