| Index: net/quic/quic_utils.h
|
| diff --git a/net/quic/quic_utils.h b/net/quic/quic_utils.h
|
| index 43f8d350ea6c6237eb02f084936fdab1665f9e5d..1ecb37d6c9046415a38676a8a44dc96c0ca0d721 100644
|
| --- a/net/quic/quic_utils.h
|
| +++ b/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,
|
|
|