| Index: net/quic/crypto/crypto_handshake_message.cc
|
| diff --git a/net/quic/crypto/crypto_handshake_message.cc b/net/quic/crypto/crypto_handshake_message.cc
|
| index 7eafba3ceb661bee000ab2801374be17ad184ebb..912596801c816ba737f2294794d354a57876ff37 100644
|
| --- a/net/quic/crypto/crypto_handshake_message.cc
|
| +++ b/net/quic/crypto/crypto_handshake_message.cc
|
| @@ -109,7 +109,7 @@ QuicErrorCode CryptoHandshakeMessage::GetTaglist(QuicTag tag,
|
| }
|
|
|
| if (ret != QUIC_NO_ERROR) {
|
| - *out_tags = NULL;
|
| + *out_tags = nullptr;
|
| *out_len = 0;
|
| return ret;
|
| }
|
|
|