Index: remoting/run_all_unittests.cc |
diff --git a/remoting/run_all_unittests.cc b/remoting/run_all_unittests.cc |
index 3553ae782ad1d3ae53f9e5d73ccf775417fc3d8a..dcd058a0dd079796fcbbb144522d42fc246fb5b8 100644 |
--- a/remoting/run_all_unittests.cc |
+++ b/remoting/run_all_unittests.cc |
@@ -3,8 +3,12 @@ |
// found in the LICENSE file. |
#include "base/test/test_suite.h" |
+#include "net/socket/nss_ssl_util.h" |
int main(int argc, char** argv) { |
base::TestSuite test_suite(argc, argv); |
+ |
+ net::EnsureNSSSSLServerInit(); |
+ |
return test_suite.Run(); |
} |