| Index: net/quic/crypto/curve25519_key_exchange.cc
|
| diff --git a/net/quic/crypto/curve25519_key_exchange.cc b/net/quic/crypto/curve25519_key_exchange.cc
|
| index 8ed95aa26bc2cd9971ddffabd2a06d93b379ddf8..88eb0537763d956ae2b048bb8aee9f99dcb56c64 100644
|
| --- a/net/quic/crypto/curve25519_key_exchange.cc
|
| +++ b/net/quic/crypto/curve25519_key_exchange.cc
|
| @@ -32,7 +32,7 @@ Curve25519KeyExchange* Curve25519KeyExchange::New(
|
| header_out_of_sync);
|
|
|
| if (private_key.size() != crypto::curve25519::kScalarBytes) {
|
| - return NULL;
|
| + return nullptr;
|
| }
|
|
|
| ka = new Curve25519KeyExchange();
|
|
|