| Index: net/quic/quic_crypto_stream_test.cc
|
| diff --git a/net/quic/quic_crypto_stream_test.cc b/net/quic/quic_crypto_stream_test.cc
|
| index 1aa682b791eb4abbd655cb380eb00aef94b873fe..e88d25f7c7d9cd9452591e8b8103722845f0935e 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
|
|
|