| Index: net/quic/core/quic_packets.h
|
| diff --git a/net/quic/core/quic_packets.h b/net/quic/core/quic_packets.h
|
| index b620146157ccc40169654db812c998a9f0afc256..0a02898a6ce4506a6fe13632772842966feb62b9 100644
|
| --- a/net/quic/core/quic_packets.h
|
| +++ b/net/quic/core/quic_packets.h
|
| @@ -242,7 +242,6 @@ struct QUIC_EXPORT_PRIVATE SerializedPacket {
|
| bool has_ack;
|
| bool has_stop_waiting;
|
| TransmissionType transmission_type;
|
| - QuicPathId original_path_id;
|
| QuicPacketNumber original_packet_number;
|
|
|
| // Optional notifiers which will be informed when this packet has been ACKed.
|
|
|