Index: net/quic/crypto/proof_verifier.h |
diff --git a/net/quic/crypto/proof_verifier.h b/net/quic/crypto/proof_verifier.h |
index 7ddd8f7047e306110ee9589a7848c7a8993a0cac..87339da4208f5654a38f27e3dfffddc30863ae01 100644 |
--- a/net/quic/crypto/proof_verifier.h |
+++ b/net/quic/crypto/proof_verifier.h |
@@ -63,7 +63,7 @@ class NET_EXPORT_PRIVATE ProofVerifier { |
// to a description of the problem. In either case it may set |*details|, |
// which the caller takes ownership of. |
// |
- // |context| specifies an implementation specific struct (which may be NULL |
+ // |context| specifies an implementation specific struct (which may be nullptr |
// for some implementations) that provides useful information for the |
// verifier, e.g. logging handles. |
// |