| 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 10f1657140ece415f9eec57520da9d292ebc9fbe..98d3fb2918299b15880ac74fac53ebc0f56c359d 100644
|
| --- a/net/quic/quic_crypto_stream_test.cc
|
| +++ b/net/quic/quic_crypto_stream_test.cc
|
| @@ -8,6 +8,7 @@
|
| #include <vector>
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "net/quic/crypto/crypto_handshake.h"
|
| #include "net/quic/test_tools/quic_test_utils.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -44,7 +45,7 @@ class QuicCryptoStreamTest : public ::testing::Test {
|
| public:
|
| QuicCryptoStreamTest()
|
| : addr_(IPAddressNumber(), 1),
|
| - connection_(new MockConnection(1, addr_)),
|
| + connection_(new MockConnection(1, addr_, false)),
|
| session_(connection_, true),
|
| stream_(&session_) {
|
| message_.tag = kSHLO;
|
|
|