Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(383)

Unified Diff: net/quic/crypto/curve25519_key_exchange.h

Issue 612323013: QUIC - (no behavior change) s/NULL/nullptr/g in .../quic/... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/crypto/crypto_utils_test.cc ('k') | net/quic/crypto/curve25519_key_exchange.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « net/quic/crypto/crypto_utils_test.cc ('k') | net/quic/crypto/curve25519_key_exchange.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698