| Index: net/cert/x509_util_nss.h
|
| diff --git a/net/cert/x509_util_nss.h b/net/cert/x509_util_nss.h
|
| index 11e34dafdc25c0c94d4d7e3951ee252d1ad27a60..c656264169e345b7bce65aa027474b4126a253d6 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_CERTS) || defined(OS_IOS)
|
| +#if defined(USE_NSS_VERIFIER)
|
| // 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_CERTS) || defined(OS_IOS)
|
| +#endif // defined(USE_NSS_VERIFIER)
|
|
|
| } // namespace x509_util
|
|
|
|
|