Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1464)

Unified Diff: net/test/cert_test_util.h

Issue 1082123003: Rename USE_NSS to USE_NSS_CERTS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@use-nss-certs
Patch Set: rebase Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/ssl/channel_id_service.cc ('k') | net/test/net_test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/cert_test_util.h
diff --git a/net/test/cert_test_util.h b/net/test/cert_test_util.h
index 6334dd7edd8e170fef9b9ce92b8447a3c4437f93..8ad566451dc945e45488db0a08a79fbed669c23b 100644
--- a/net/test/cert_test_util.h
+++ b/net/test/cert_test_util.h
@@ -11,7 +11,7 @@
#include "net/cert/x509_cert_types.h"
#include "net/cert/x509_certificate.h"
-#if defined(USE_NSS)
+#if defined(USE_NSS_CERTS)
#include "base/memory/scoped_ptr.h"
// From <pk11pub.h>
@@ -30,7 +30,7 @@ namespace net {
class EVRootCAMetadata;
-#if defined(USE_NSS)
+#if defined(USE_NSS_CERTS)
// Imports a private key from file |key_filename| in |dir|. The file must
// contain a PKCS#8 PrivateKeyInfo in DER encoding. The key is imported to
// |slot|.
« no previous file with comments | « net/ssl/channel_id_service.cc ('k') | net/test/net_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698