Index: content/browser/browser_main_loop.cc |
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
index 5c449e5b209f76b411aac4b6decb386bc84f5d7d..108c2733a54b0c02fd5e8099fd26d7823424bccb 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" |
#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 |