| Index: net/quic/quic_crypto_client_stream.h
|
| diff --git a/net/quic/quic_crypto_client_stream.h b/net/quic/quic_crypto_client_stream.h
|
| index 4644cd9669ac7c398c50400804654d5aeca66d1f..96d255666a8421ee0384525e55b3d6a7598b86f3 100644
|
| --- a/net/quic/quic_crypto_client_stream.h
|
| +++ b/net/quic/quic_crypto_client_stream.h
|
| @@ -116,7 +116,7 @@ class NET_EXPORT_PRIVATE QuicCryptoClientStream : public QuicCryptoStream {
|
| const CryptoHandshakeMessage& server_config_update);
|
|
|
| // DoHandshakeLoop performs a step of the handshake state machine. Note that
|
| - // |in| may be NULL if the call did not result from a received message.
|
| + // |in| may be nullptr if the call did not result from a received message.
|
| void DoHandshakeLoop(const CryptoHandshakeMessage* in);
|
|
|
| // Start the handshake process.
|
|
|