Index: net/quic/quic_session_test.cc |
diff --git a/net/quic/quic_session_test.cc b/net/quic/quic_session_test.cc |
index 48564f02cc6fdfc3bafbab932bac2e0bac5d6707..e21758bd684602764a2499491251b607d68c2f89 100644 |
--- a/net/quic/quic_session_test.cc |
+++ b/net/quic/quic_session_test.cc |
@@ -668,7 +668,7 @@ TEST_P(QuicSessionTest, HandshakeUnblocksFlowControlBlockedCryptoStream) { |
TestCryptoStream* crypto_stream = session_.GetCryptoStream(); |
EXPECT_FALSE(crypto_stream->flow_controller()->IsBlocked()); |
QuicHeadersStream* headers_stream = |
- QuicSessionPeer::GetHeadersStream(&session_); |
+ QuicSessionPeer::GetHeadersStream(&session_); |
EXPECT_FALSE(headers_stream->flow_controller()->IsBlocked()); |
// Write until the crypto stream is flow control blocked. |
int i = 0; |