| Index: net/quic/quic_ack_notifier_manager.cc
|
| diff --git a/net/quic/quic_ack_notifier_manager.cc b/net/quic/quic_ack_notifier_manager.cc
|
| index 70cb927a86d1d56c06112d534acce53819db1bbb..1d9ac9a5c71fd71142eeec0f5db85ab6bd6960b4 100644
|
| --- a/net/quic/quic_ack_notifier_manager.cc
|
| +++ b/net/quic/quic_ack_notifier_manager.cc
|
| @@ -86,7 +86,7 @@ void AckNotifierManager::OnSerializedPacket(
|
|
|
| for (QuicFrames::const_iterator it = frames->frames().begin();
|
| it != frames->frames().end(); ++it) {
|
| - if (it->type == STREAM_FRAME && it->stream_frame->notifier != NULL) {
|
| + if (it->type == STREAM_FRAME && it->stream_frame->notifier != nullptr) {
|
| QuicAckNotifier* notifier = it->stream_frame->notifier;
|
|
|
| // The AckNotifier needs to know it is tracking this packet's sequence
|
|
|