Index: net/quic/quic_crypto_server_stream.h |
diff --git a/net/quic/quic_crypto_server_stream.h b/net/quic/quic_crypto_server_stream.h |
index 94c031899148f429df7e111e60a2845b9133668c..46ac4f36b362a92dc305292f388a28dfe3696c41 100644 |
--- a/net/quic/quic_crypto_server_stream.h |
+++ b/net/quic/quic_crypto_server_stream.h |
@@ -123,7 +123,7 @@ class NET_EXPORT_PRIVATE QuicCryptoServerStream : public QuicCryptoStream { |
// Pointer to the active callback that will receive the result of |
// the client hello validation request and forward it to |
- // FinishProcessingHandshakeMessage for processing. NULL if no |
+ // FinishProcessingHandshakeMessage for processing. nullptr if no |
// handshake message is being validated. |
ValidateCallback* validate_client_hello_cb_; |