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

Unified Diff: net/quic/crypto/p256_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/null_decrypter.cc ('k') | net/quic/crypto/p256_key_exchange_nss.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/crypto/p256_key_exchange.h
diff --git a/net/quic/crypto/p256_key_exchange.h b/net/quic/crypto/p256_key_exchange.h
index 2c3b4a7d5d7d3c0d0fb265f5cb72bbd217faa619..ce5a0d49b9318ea756e56fc066ea579ce873ce0c 100644
--- a/net/quic/crypto/p256_key_exchange.h
+++ b/net/quic/crypto/p256_key_exchange.h
@@ -29,7 +29,7 @@ class NET_EXPORT_PRIVATE P256KeyExchange : public KeyExchange {
virtual ~P256KeyExchange();
// New creates a new key exchange object from a private key. If
- // |private_key| is invalid, NULL is returned.
+ // |private_key| is invalid, nullptr is returned.
static P256KeyExchange* New(base::StringPiece private_key);
// |NewPrivateKey| returns a private key, suitable for passing to |New|.
@@ -77,4 +77,3 @@ class NET_EXPORT_PRIVATE P256KeyExchange : public KeyExchange {
} // namespace net
#endif // NET_QUIC_CRYPTO_P256_KEY_EXCHANGE_H_
-
« no previous file with comments | « net/quic/crypto/null_decrypter.cc ('k') | net/quic/crypto/p256_key_exchange_nss.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698