Index: net/quic/test_tools/quic_test_utils.h |
diff --git a/net/quic/test_tools/quic_test_utils.h b/net/quic/test_tools/quic_test_utils.h |
index 96754404a807cb9979006bb7203f4f7577468716..4c57a9bf9db7791f20d32666c76313473fbad27e 100644 |
--- a/net/quic/test_tools/quic_test_utils.h |
+++ b/net/quic/test_tools/quic_test_utils.h |
@@ -102,7 +102,7 @@ QuicAckFrame MakeAckFrameWithNackRanges(size_t num_nack_ranges, |
QuicPacketSequenceNumber least_unacked); |
// Returns a SerializedPacket whose |packet| member is owned by the caller, and |
-// is populated with the fields in |header| and |frames|, or is NULL if the |
+// is populated with the fields in |header| and |frames|, or is nullptr if the |
// packet could not be created. |
SerializedPacket BuildUnsizedDataPacket(QuicFramer* framer, |
const QuicPacketHeader& header, |