summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_crypto_stream_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/quic/quic_crypto_stream_test.cc')
-rw-r--r--net/quic/quic_crypto_stream_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/quic/quic_crypto_stream_test.cc b/net/quic/quic_crypto_stream_test.cc
index 1aa682b..e88d25f 100644
--- a/net/quic/quic_crypto_stream_test.cc
+++ b/net/quic/quic_crypto_stream_test.cc
@@ -104,7 +104,7 @@ TEST_F(QuicCryptoStreamTest, ProcessBadData) {
TEST_F(QuicCryptoStreamTest, NoFlowControl) {
ValueRestore<bool> old_flag(&FLAGS_enable_quic_stream_flow_control, true);
- EXPECT_FALSE(stream_.IsFlowControlEnabled());
+ EXPECT_FALSE(stream_.flow_controller()->IsEnabled());
}
} // namespace