Index: net/quic/crypto/aes_128_gcm_12_decrypter_nss.cc |
diff --git a/net/quic/crypto/aes_128_gcm_12_decrypter_nss.cc b/net/quic/crypto/aes_128_gcm_12_decrypter_nss.cc |
index 2378d3a8aee54adc4bab3d5feda725a0173297ba..f6c3d6d47b976f9d019b0e1d3657a5bbf2e04c1b 100644 |
--- a/net/quic/crypto/aes_128_gcm_12_decrypter_nss.cc |
+++ b/net/quic/crypto/aes_128_gcm_12_decrypter_nss.cc |
@@ -11,7 +11,7 @@ |
#include "crypto/ghash.h" |
#include "crypto/scoped_nss_types.h" |
-#if defined(USE_NSS) |
+#if defined(USE_NSS_CERTS) |
#include <dlfcn.h> |
#endif |
@@ -40,7 +40,7 @@ class GcmSupportChecker { |
friend struct base::DefaultLazyInstanceTraits<GcmSupportChecker>; |
GcmSupportChecker() { |
-#if !defined(USE_NSS) |
+#if !defined(USE_NSS_CERTS) |
// Using a bundled version of NSS that is guaranteed to have this symbol. |
pk11_decrypt_func_ = PK11_Decrypt; |
#else |