Index: net/quic/crypto/quic_encrypter.cc |
diff --git a/net/quic/crypto/quic_encrypter.cc b/net/quic/crypto/quic_encrypter.cc |
index a817870174be13441de56f4be3c248e82367c1c4..298a15a58f5c3a637637b54af2a9f150450682d4 100644 |
--- a/net/quic/crypto/quic_encrypter.cc |
+++ b/net/quic/crypto/quic_encrypter.cc |
@@ -22,7 +22,7 @@ QuicEncrypter* QuicEncrypter::Create(QuicTag algorithm) { |
return new NullEncrypter(); |
default: |
LOG(FATAL) << "Unsupported algorithm: " << algorithm; |
- return NULL; |
+ return nullptr; |
} |
} |