| Index: net/quic/quic_session_test.cc
|
| diff --git a/net/quic/quic_session_test.cc b/net/quic/quic_session_test.cc
|
| index 9cb235d9fc2476fe95229faaccca760ae424a5c6..83f2447df80ff1697ae4437e48c3549e9dd726e0 100644
|
| --- a/net/quic/quic_session_test.cc
|
| +++ b/net/quic/quic_session_test.cc
|
| @@ -125,7 +125,9 @@ class TestSession : public QuicSession {
|
| : QuicSession(connection,
|
| DefaultQuicConfig()),
|
| crypto_stream_(this),
|
| - writev_consumes_all_data_(false) {}
|
| + writev_consumes_all_data_(false) {
|
| + InitializeSession();
|
| + }
|
|
|
| virtual TestCryptoStream* GetCryptoStream() OVERRIDE {
|
| return &crypto_stream_;
|
|
|