| Index: net/quic/crypto/aead_base_decrypter.h
|
| diff --git a/net/quic/crypto/aead_base_decrypter.h b/net/quic/crypto/aead_base_decrypter.h
|
| index 4e7475621a3d63f9fdbbf482336b91bf3c332823..de9e9969b999728d01df256438464ac06fb1b6b6 100644
|
| --- a/net/quic/crypto/aead_base_decrypter.h
|
| +++ b/net/quic/crypto/aead_base_decrypter.h
|
| @@ -63,9 +63,9 @@ class NET_EXPORT_PRIVATE AeadBaseDecrypter : public QuicDecrypter {
|
| unsigned int len;
|
| union {
|
| CK_GCM_PARAMS gcm_params;
|
| -#if !defined(USE_NSS)
|
| - // USE_NSS means we are using system NSS rather than our copy of NSS.
|
| - // The system NSS <pkcs11n.h> header doesn't define this type yet.
|
| +#if !defined(USE_NSS_CERTS)
|
| + // USE_NSS_CERTS implies we are using system NSS rather than our copy of
|
| + // NSS. The system NSS <pkcs11n.h> header doesn't define this type yet.
|
| CK_NSS_AEAD_PARAMS nss_aead_params;
|
| #endif
|
| } data;
|
|
|