Index: content/browser/browser_main_loop.cc |
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
index e96d2f9261c2a58bb5d08794476dff03f9825fd4..d2bb00936416bc23e3b9344ed42c31f2e06b5ba0 100644 |
--- a/content/browser/browser_main_loop.cc |
+++ b/content/browser/browser_main_loop.cc |
@@ -175,7 +175,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 |
@@ -494,7 +494,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 |