| Index: net/quic/quic_protocol.h | 
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h | 
| index 7c4a45a3cdb1301b71ab664856a5aa59d54d9abd..b2dbd2cc2070674c76de3ec03f6f7017966c0064 100644 | 
| --- a/net/quic/quic_protocol.h | 
| +++ b/net/quic/quic_protocol.h | 
| @@ -1295,26 +1295,12 @@ struct NET_EXPORT_PRIVATE SerializedPacket { | 
| QuicPacketNumberLength packet_number_length, | 
| QuicEncryptedPacket* packet, | 
| QuicPacketEntropyHash entropy_hash, | 
| -                   QuicFrames* retransmittable_frames, | 
| bool has_ack, | 
| bool has_stop_waiting); | 
| -  SerializedPacket(QuicPathId path_id, | 
| -                   QuicPacketNumber packet_number, | 
| -                   QuicPacketNumberLength packet_number_length, | 
| -                   char* encrypted_buffer, | 
| -                   size_t encrypted_length, | 
| -                   bool owns_buffer, | 
| -                   QuicPacketEntropyHash entropy_hash, | 
| -                   QuicFrames* retransmittable_frames, | 
| -                   bool needs_padding, | 
| -                   IsHandshake is_handshake, | 
| -                   bool has_ack, | 
| -                   bool has_stop_waiting, | 
| -                   EncryptionLevel level); | 
| ~SerializedPacket(); | 
|  | 
| QuicEncryptedPacket* packet; | 
| -  QuicFrames* retransmittable_frames; | 
| +  QuicFrames retransmittable_frames; | 
| IsHandshake has_crypto_handshake; | 
| bool needs_padding; | 
| QuicPathId path_id; | 
|  |