Index: net/quic/quic_crypto_stream_test.cc |
diff --git a/net/quic/quic_crypto_stream_test.cc b/net/quic/quic_crypto_stream_test.cc |
index 0abd49d7b71b0286084ec72a577561e37384b140..8c83e923d176efd433aaa1815bca5b7547acd81f 100644 |
--- a/net/quic/quic_crypto_stream_test.cc |
+++ b/net/quic/quic_crypto_stream_test.cc |
@@ -46,7 +46,7 @@ class MockQuicCryptoStream : public QuicCryptoStream { |
class QuicCryptoStreamTest : public ::testing::Test { |
public: |
QuicCryptoStreamTest() |
- : connection_(new MockConnection(false)), |
+ : connection_(new MockConnection(Perspective::IS_CLIENT)), |
session_(connection_), |
stream_(&session_) { |
message_.set_tag(kSHLO); |