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 63978669afdba5879b147c3dbec3d51ebab5b511..39e48c34f0e4e92f59536f58c5db79cef5f66d83 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()); |