Index: content/browser/browser_main_loop.cc |
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
index d04fac6b147339f10bde310815d836b2b5f3f53a..d36ad98996496a25dad5f3bda1ef0a0484c97caa 100644 |
--- a/content/browser/browser_main_loop.cc |
+++ b/content/browser/browser_main_loop.cc |
@@ -176,7 +176,7 @@ |
#include "ui/gfx/x/x11_types.h" // nogncheck |
#endif |
-#if defined(USE_NSS_CERTS) || !defined(USE_OPENSSL) |
+#if defined(USE_NSS_CERTS) |
#include "crypto/nss_util.h" |
#endif |
@@ -495,7 +495,7 @@ void BrowserMainLoop::EarlyInitialization() { |
net::EnsureWinsockInit(); |
#endif |
-#if defined(USE_NSS_CERTS) || !defined(USE_OPENSSL) |
+#if defined(USE_NSS_CERTS) |
// We want to be sure to init NSPR on the main thread. |
crypto::EnsureNSPRInit(); |
#endif |