| Index: net/quic/quic_client_push_promise_index_test.cc
|
| diff --git a/net/quic/quic_client_push_promise_index_test.cc b/net/quic/quic_client_push_promise_index_test.cc
|
| index 6296647574aafa2429b468d4e98a13dfac9f90b1..54ea9f0abf2132a18ea088e085271bc3102032f4 100644
|
| --- a/net/quic/quic_client_push_promise_index_test.cc
|
| +++ b/net/quic/quic_client_push_promise_index_test.cc
|
| @@ -25,7 +25,7 @@ class MockQuicClientSession : public QuicClientSession {
|
| : QuicClientSession(
|
| DefaultQuicConfig(),
|
| connection,
|
| - QuicServerId("example.com", 80, PRIVACY_MODE_DISABLED),
|
| + QuicServerId("example.com", 443, PRIVACY_MODE_DISABLED),
|
| &crypto_config_,
|
| push_promise_index),
|
| crypto_config_(CryptoTestUtils::ProofVerifierForTesting()) {}
|
|
|