| Index: net/quic/quic_packet_generator.h
|
| diff --git a/net/quic/quic_packet_generator.h b/net/quic/quic_packet_generator.h
|
| index 33aeb28cee37118ff4bfb517f86c455133cf0dce..44a6ddfb5999cc0f7f01d12c3758d3fb04364cd3 100644
|
| --- a/net/quic/quic_packet_generator.h
|
| +++ b/net/quic/quic_packet_generator.h
|
| @@ -122,7 +122,7 @@ class NET_EXPORT_PRIVATE QuicPacketGenerator {
|
| // attaches a QuicAckNotifier to any created stream frames, which
|
| // will be called once the frame is ACKed by the peer. The
|
| // QuicAckNotifier is owned by the QuicConnection. |notifier| may
|
| - // be NULL.
|
| + // be nullptr.
|
| QuicConsumedData ConsumeData(QuicStreamId id,
|
| const IOVector& data,
|
| QuicStreamOffset offset,
|
|
|