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 7fef0c5d4847af5c7a243d77c4e74be2242647e9..08ac3e36a606258e2d8ac4da867b00ddcac3a652 100644 |
--- a/net/quic/quic_http_stream_test.cc |
+++ b/net/quic/quic_http_stream_test.cc |
@@ -204,7 +204,7 @@ class QuicHttpStreamTest : public ::testing::TestWithParam<QuicVersion> { |
scoped_ptr<DatagramClientSocket>(socket), |
writer_.Pass(), NULL, |
&crypto_client_stream_factory_, |
- "www.google.com", DefaultQuicConfig(), |
+ "www.google.com", 80, DefaultQuicConfig(), |
&crypto_config_, NULL)); |
session_->GetCryptoStream()->CryptoConnect(); |
EXPECT_TRUE(session_->IsCryptoHandshakeConfirmed()); |