| Index: net/cert/x509_util_nss.h
 | 
| diff --git a/net/cert/x509_util_nss.h b/net/cert/x509_util_nss.h
 | 
| index 877dc4856d25ab2b38734d489421dc4f9db84d18..430a16f2a5373c0e093c053070725b5e6711b449 100644
 | 
| --- a/net/cert/x509_util_nss.h
 | 
| +++ b/net/cert/x509_util_nss.h
 | 
| @@ -24,7 +24,7 @@ namespace net {
 | 
|  
 | 
|  namespace x509_util {
 | 
|  
 | 
| -#if defined(USE_NSS) || defined(OS_IOS)
 | 
| +#if defined(USE_NSS_CERTS) || defined(OS_IOS)
 | 
|  // Parses the Principal attribute from |name| and outputs the result in
 | 
|  // |principal|.
 | 
|  void ParsePrincipal(CERTName* name,
 | 
| @@ -90,7 +90,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) || defined(OS_IOS)
 | 
| +#endif  // defined(USE_NSS_CERTS) || defined(OS_IOS)
 | 
|  
 | 
|  } // namespace x509_util
 | 
|  
 | 
| 
 |