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

Unified Diff: net/base/keygen_handler_unittest.cc

Issue 201673006: net/ compile fixes for for chromeos use_openssl=1 build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 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 | « no previous file | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/keygen_handler_unittest.cc
diff --git a/net/base/keygen_handler_unittest.cc b/net/base/keygen_handler_unittest.cc
index 5188d9d745c37947c4ed9384af4e0eae149232bf..85c3844c067097671373b5d4f1b833389273e4c9 100644
--- a/net/base/keygen_handler_unittest.cc
+++ b/net/base/keygen_handler_unittest.cc
@@ -31,8 +31,8 @@ class KeygenHandlerTest : public ::testing::Test {
virtual ~KeygenHandlerTest() {}
virtual void SetUp() {
-#if defined(OS_CHROMEOS)
- crypto::OpenPersistentNSSDB();
+#if defined(OS_CHROMEOS) && defined(USE_NSS)
+ crypto::OpenPersistentNSSDB();
#endif
}
};
« no previous file with comments | « no previous file | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698