Index: net/quic/crypto/quic_decrypter.cc |
diff --git a/net/quic/crypto/quic_decrypter.cc b/net/quic/crypto/quic_decrypter.cc |
index df1192a85afb79f9b283346cd11e508f02d14e73..b7cb089e5fe3c888027d5515140035d4d36b7ee4 100644 |
--- a/net/quic/crypto/quic_decrypter.cc |
+++ b/net/quic/crypto/quic_decrypter.cc |
@@ -22,7 +22,7 @@ QuicDecrypter* QuicDecrypter::Create(QuicTag algorithm) { |
return new NullDecrypter(); |
default: |
LOG(FATAL) << "Unsupported algorithm: " << algorithm; |
- return NULL; |
+ return nullptr; |
} |
} |