| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index 9d73db1d16bd4adab486b93f55e36a219a02d72f..6a1bec59f0503916b16f1a629e59f7514a0ba3ea 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -1080,7 +1080,7 @@ struct NET_EXPORT_PRIVATE TransmissionInfo {
|
| // Reason why this packet was transmitted.
|
| TransmissionType transmission_type;
|
| // Stores the sequence numbers of all transmissions of this packet.
|
| - // Must always be NULL or have multiple elements.
|
| + // Must always be nullptr or have multiple elements.
|
| SequenceNumberList* all_transmissions;
|
| // In flight packets have not been abandoned or lost.
|
| bool in_flight;
|
|
|