Index: net/quic/quic_http_stream_test.cc |
diff --git a/net/quic/quic_http_stream_test.cc b/net/quic/quic_http_stream_test.cc |
index 66261d4139a16cc130d6c8f633a5bbbfb32329ef..8fafdd514a908dbc6f12e17f850fa38a8874c153 100644 |
--- a/net/quic/quic_http_stream_test.cc |
+++ b/net/quic/quic_http_stream_test.cc |
@@ -212,8 +212,7 @@ class QuicHttpStreamTest : public ::testing::TestWithParam<QuicVersion> { |
make_scoped_ptr((QuicServerInfo*)NULL), |
QuicServerId(kServerHostname, kServerPort, |
false, PRIVACY_MODE_DISABLED), |
- DefaultQuicConfig(), |
- kInitialFlowControlWindowForTest, &crypto_config_, |
+ DefaultQuicConfig(), &crypto_config_, |
base::MessageLoop::current()-> |
message_loop_proxy().get(), |
NULL)); |