| Index: net/quic/quic_connection_test.cc
|
| diff --git a/net/quic/quic_connection_test.cc b/net/quic/quic_connection_test.cc
|
| index 42314b78aaae357b0641f402ff7fd8ebf66909c6..6feb81cfb49ed54e320cc7be247c541b98df7b87 100644
|
| --- a/net/quic/quic_connection_test.cc
|
| +++ b/net/quic/quic_connection_test.cc
|
| @@ -453,7 +453,7 @@ class TestConnection : public QuicConnection {
|
| bool has_pending_frames) {
|
| RetransmittableFrames* retransmittable_frames =
|
| retransmittable == HAS_RETRANSMITTABLE_DATA
|
| - ? new RetransmittableFrames(ENCRYPTION_NONE)
|
| + ? new RetransmittableFrames()
|
| : nullptr;
|
| char buffer[kMaxPacketSize];
|
| size_t encrypted_length =
|
|
|