| 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 a2e55cb76ce957efe36bdf564c17a020c5595317..0e5192bf84df0a61cc003d0d5e6c104e80799923 100644
|
| --- a/net/tools/quic/quic_server_session_test.cc
|
| +++ b/net/tools/quic/quic_server_session_test.cc
|
| @@ -69,8 +69,8 @@ class QuicServerSessionTest : public ::testing::TestWithParam<QuicVersion> {
|
| : crypto_config_(QuicCryptoServerConfig::TESTING,
|
| QuicRandom::GetInstance()) {
|
| config_.SetDefaults();
|
| - config_.set_max_streams_per_connection(kMaxStreamsForTest,
|
| - kMaxStreamsForTest);
|
| + config_.SetMaxStreamsPerConnection(kMaxStreamsForTest,
|
| + kMaxStreamsForTest);
|
| config_.SetInitialFlowControlWindowToSend(
|
| kInitialSessionFlowControlWindowForTest);
|
| config_.SetInitialStreamFlowControlWindowToSend(
|
|
|