summaryrefslogtreecommitdiff
path: root/chromium/net/quic/quic_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/quic/quic_utils.h')
-rw-r--r--chromium/net/quic/quic_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/net/quic/quic_utils.h b/chromium/net/quic/quic_utils.h
index 43f8d350ea6..1ecb37d6c90 100644
--- a/chromium/net/quic/quic_utils.h
+++ b/chromium/net/quic/quic_utils.h
@@ -34,7 +34,7 @@ class NET_EXPORT_PRIVATE QuicUtils {
//
// Which list has priority is determined by |priority|.
//
- // If |out_index| is non-NULL and a match is found then the index of that
+ // If |out_index| is non-nullptr and a match is found then the index of that
// match in |their_tags| is written to |out_index|.
static bool FindMutualTag(const QuicTagVector& our_tags,
const QuicTag* their_tags,