Index: net/cert/x509_util_nss.h |
diff --git a/net/cert/x509_util_nss.h b/net/cert/x509_util_nss.h |
index c656264169e345b7bce65aa027474b4126a253d6..b0ba5925da25409a6b28f52ca5ea97f58ef5b94d 100644 |
--- a/net/cert/x509_util_nss.h |
+++ b/net/cert/x509_util_nss.h |
@@ -28,7 +28,7 @@ namespace net { |
namespace x509_util { |
-#if defined(USE_NSS_VERIFIER) |
+#if defined(USE_NSS_CERTS) |
// Parses the Principal attribute from |name| and outputs the result in |
// |principal|. |
void ParsePrincipal(CERTName* name, |
@@ -127,7 +127,7 @@ bool IsCertificateIssuedBy(const std::vector<CERTCertificate*>& cert_chain, |
std::string GetUniqueNicknameForSlot(const std::string& nickname, |
const SECItem* subject, |
PK11SlotInfo* slot); |
-#endif // defined(USE_NSS_VERIFIER) |
+#endif // defined(USE_NSS_CERTS) |
} // namespace x509_util |