Index: net/quic/quic_headers_stream.cc |
diff --git a/net/quic/quic_headers_stream.cc b/net/quic/quic_headers_stream.cc |
index d8560693e98c0245c449a65de75901523c36a670..d86437f2a8e3a644c39e1668c0921b53143b515c 100644 |
--- a/net/quic/quic_headers_stream.cc |
+++ b/net/quic/quic_headers_stream.cc |
@@ -25,7 +25,7 @@ const QuicStreamId kInvalidStreamId = 0; |
} // namespace |
// A SpdyFramer visitor which passed SYN_STREAM and SYN_REPLY frames to |
-// the QuicDataStream, and closes the connection if any unexpected frames |
+// the QuicSpdyStream, and closes the connection if any unexpected frames |
// are received. |
class QuicHeadersStream::SpdyFramerVisitor |
: public SpdyFramerVisitorInterface, |