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

Unified Diff: net/quic/quic_connection.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/quic_config.cc ('k') | net/quic/quic_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_connection.h
diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
index d1b3cb180700cdc0a7ffb1bc4c596c949bdcdd29..0b017b07055b0d3ae43ec9c9d71e0f7da51ed40f 100644
--- a/net/quic/quic_connection.h
+++ b/net/quic/quic_connection.h
@@ -578,7 +578,7 @@ class NET_EXPORT_PRIVATE QuicConnection
// encryption_level. Returns true on successful write, and false if the writer
// was blocked and the write needs to be tried again. Notifies the
// SentPacketManager when the write is successful and sets
- // retransmittable frames to NULL.
+ // retransmittable frames to nullptr.
// Saves the connection close packet for later transmission, even if the
// writer is write blocked.
bool WritePacket(QueuedPacket* packet);
@@ -646,8 +646,8 @@ class NET_EXPORT_PRIVATE QuicConnection
// to be sent if there are no outstanding packets.
QuicPacketSequenceNumber GetLeastUnacked() const;
- // Get the FEC group associate with the last processed packet or NULL, if the
- // group has already been deleted.
+ // Get the FEC group associate with the last processed packet or nullptr, if
+ // the group has already been deleted.
QuicFecGroup* GetFecGroup();
// Closes any FEC groups protecting packets before |sequence_number|.
« no previous file with comments | « net/quic/quic_config.cc ('k') | net/quic/quic_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698