diff options
Diffstat (limited to 'net/quic/quic_http_stream_test.cc')
-rw-r--r-- | net/quic/quic_http_stream_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/quic/quic_http_stream_test.cc b/net/quic/quic_http_stream_test.cc index 6397866..39e48c3 100644 --- a/net/quic/quic_http_stream_test.cc +++ b/net/quic/quic_http_stream_test.cc @@ -209,7 +209,7 @@ class QuicHttpStreamTest : public ::testing::TestWithParam<QuicVersion> { &crypto_client_stream_factory_, make_scoped_ptr((QuicServerInfo*)NULL), QuicSessionKey(kServerHostname, kServerPort, - false, kPrivacyModeDisabled), + false, PRIVACY_MODE_DISABLED), DefaultQuicConfig(), &crypto_config_, NULL)); session_->GetCryptoStream()->CryptoConnect(); EXPECT_TRUE(session_->IsCryptoHandshakeConfirmed()); |