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

Unified Diff: net/base/keygen_handler.cc

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/base/keygen_handler.h ('k') | net/base/keygen_handler_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/keygen_handler.cc
diff --git a/net/base/keygen_handler.cc b/net/base/keygen_handler.cc
index 88013bcb0d133f0e00353d7c5592bcfeee6d2f0c..d1e91a4806a656245a42b9ff311afeb14be4e55f 100644
--- a/net/base/keygen_handler.cc
+++ b/net/base/keygen_handler.cc
@@ -4,9 +4,9 @@
#include "net/base/keygen_handler.h"
-#if defined(USE_NSS)
+#if defined(USE_NSS_CERTS)
#include "crypto/nss_crypto_module_delegate.h"
-#endif // defined(USE_NSS)
+#endif // defined(USE_NSS_CERTS)
namespace net {
« no previous file with comments | « net/base/keygen_handler.h ('k') | net/base/keygen_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698