| Index: net/quic/crypto/curve25519_key_exchange.h
|
| diff --git a/net/quic/crypto/curve25519_key_exchange.h b/net/quic/crypto/curve25519_key_exchange.h
|
| index ecc0880ce67ed5c22e3fb6815fd16938d5032a2b..93288f6555cf27b66362733ba1945a1fa56f1680 100644
|
| --- a/net/quic/crypto/curve25519_key_exchange.h
|
| +++ b/net/quic/crypto/curve25519_key_exchange.h
|
| @@ -23,7 +23,7 @@ class NET_EXPORT_PRIVATE Curve25519KeyExchange : public KeyExchange {
|
| virtual ~Curve25519KeyExchange();
|
|
|
| // New creates a new object from a private key. If the private key is
|
| - // invalid, NULL is returned.
|
| + // invalid, nullptr is returned.
|
| static Curve25519KeyExchange* New(const base::StringPiece& private_key);
|
|
|
| // NewPrivateKey returns a private key, generated from |rand|, suitable for
|
|
|