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

Unified Diff: net/quic/crypto/channel_id.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/chacha20_poly1305_encrypter_test.cc ('k') | net/quic/crypto/channel_id_nss.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/crypto/channel_id.h
diff --git a/net/quic/crypto/channel_id.h b/net/quic/crypto/channel_id.h
index 7d29932406ba018bfeae7c886dd503157ee8f070..bd335fb0c90d81d058ef2e9d866449b376972404 100644
--- a/net/quic/crypto/channel_id.h
+++ b/net/quic/crypto/channel_id.h
@@ -36,7 +36,7 @@ class ChannelIDSourceCallback {
virtual ~ChannelIDSourceCallback() {}
// Run is called on the original thread to mark the completion of an
- // asynchonous GetChannelIDKey operation. If |*channel_id_key| is not NULL
+ // asynchonous GetChannelIDKey operation. If |*channel_id_key| is not nullptr
// then the channel ID lookup is successful. |Run| may take ownership of
// |*channel_id_key| by calling |release| on it.
virtual void Run(scoped_ptr<ChannelIDKey>* channel_id_key) = 0;
« no previous file with comments | « net/quic/crypto/chacha20_poly1305_encrypter_test.cc ('k') | net/quic/crypto/channel_id_nss.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698