| Index: net/tools/quic/quic_server_session_test.cc
|
| diff --git a/net/tools/quic/quic_server_session_test.cc b/net/tools/quic/quic_server_session_test.cc
|
| index 173ea53e518d1dea04c3595d865b7ccc168d3301..b447ff8d3209c12091205e64528ebfee95d52ad3 100644
|
| --- a/net/tools/quic/quic_server_session_test.cc
|
| +++ b/net/tools/quic/quic_server_session_test.cc
|
| @@ -367,8 +367,8 @@ TEST_P(QuicServerSessionTest, BandwidthEstimates) {
|
| &bandwidth_recorder, max_bandwidth_estimate_kbytes_per_second,
|
| max_bandwidth_estimate_timestamp);
|
| // Queue up some pending data.
|
| - session_->MarkConnectionLevelWriteBlocked(
|
| - kCryptoStreamId, QuicWriteBlockedList::kHighestPriority);
|
| + session_->MarkConnectionLevelWriteBlocked(kCryptoStreamId,
|
| + net::kHighestPriority);
|
| EXPECT_TRUE(session_->HasDataToWrite());
|
|
|
| // There will be no update sent yet - not enough time has passed.
|
|
|