| Index: net/quic/congestion_control/send_algorithm_simulator.h
|
| diff --git a/net/quic/congestion_control/send_algorithm_simulator.h b/net/quic/congestion_control/send_algorithm_simulator.h
|
| index 934b27514a62eb67b79ba27fb393233dbc581d70..3e61d88546e62a1cca2c626ee5db552fb412f924 100644
|
| --- a/net/quic/congestion_control/send_algorithm_simulator.h
|
| +++ b/net/quic/congestion_control/send_algorithm_simulator.h
|
| @@ -94,7 +94,7 @@ class SendAlgorithmSimulator {
|
| send_time(QuicTime::Zero()),
|
| ack_time(QuicTime::Zero()),
|
| lost(false),
|
| - transfer(NULL) {}
|
| + transfer(nullptr) {}
|
| SentPacket(QuicPacketSequenceNumber sequence_number,
|
| QuicTime send_time,
|
| QuicTime ack_time,
|
|
|