Index: chrome/common/net/x509_certificate_model.h |
diff --git a/chrome/common/net/x509_certificate_model.h b/chrome/common/net/x509_certificate_model.h |
index 1a5d350dd5fe6e87d022a24212dcfd9d84460442..77b59fba99186b10b66b8805ef523b066780cf64 100644 |
--- a/chrome/common/net/x509_certificate_model.h |
+++ b/chrome/common/net/x509_certificate_model.h |
@@ -113,12 +113,12 @@ std::string ProcessRawBytesWithSeparators(const unsigned char* data, |
std::string ProcessRawBytes(const unsigned char* data, |
size_t data_length); |
-#if defined(USE_NSS) |
+#if defined(USE_NSS_CERTS) |
// Format a buffer as a space separated string, with 16 bytes on each line. |
// |data_length| is the length in bits. |
std::string ProcessRawBits(const unsigned char* data, |
size_t data_length); |
-#endif // USE_NSS |
+#endif // USE_NSS_CERTS |
} // namespace x509_certificate_model |