| Index: net/quic/quic_crypto_stream.cc
|
| diff --git a/net/quic/quic_crypto_stream.cc b/net/quic/quic_crypto_stream.cc
|
| index 0361a72215519aed22691972ff4f3aaf147824f2..bef06aa879eebb536fbbb4508378079030751b9f 100644
|
| --- a/net/quic/quic_crypto_stream.cc
|
| +++ b/net/quic/quic_crypto_stream.cc
|
| @@ -60,7 +60,7 @@ QuicPriority QuicCryptoStream::EffectivePriority() const {
|
|
|
| void QuicCryptoStream::SendHandshakeMessage(
|
| const CryptoHandshakeMessage& message) {
|
| - SendHandshakeMessage(message, NULL);
|
| + SendHandshakeMessage(message, nullptr);
|
| }
|
|
|
| void QuicCryptoStream::SendHandshakeMessage(
|
|
|