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

Unified Diff: chromeos/network/network_cert_migrator_unittest.cc

Issue 609103002: fix build again (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/network_cert_migrator_unittest.cc
diff --git a/chromeos/network/network_cert_migrator_unittest.cc b/chromeos/network/network_cert_migrator_unittest.cc
index 98094794173f41fe39f0d406c6bad6639554cfd9..ee6a56d978c39594bb4dcd546c432ee416ea9757 100644
--- a/chromeos/network/network_cert_migrator_unittest.cc
+++ b/chromeos/network/network_cert_migrator_unittest.cc
@@ -27,6 +27,9 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
+// http://crbug.com/418369
+#ifndef NDEBUG
+
namespace chromeos {
namespace {
@@ -307,8 +310,6 @@ class NetworkCertMigratorTest : public testing::Test {
DISALLOW_COPY_AND_ASSIGN(NetworkCertMigratorTest);
};
-// http://crbug.com/418369
-#ifndef NDEBUG
TEST_F(NetworkCertMigratorTest, MigrateNssOnInitialization) {
// Add a new network for migration before the handlers are initialized.
SetupWifiWithNss();
@@ -506,6 +507,6 @@ TEST_F(NetworkCertMigratorTest, MigrateIpsecCertIdWrongSlotId) {
EXPECT_EQ(test_client_cert_slot_id_, slot_id);
}
-#endif
-
} // namespace chromeos
+
+#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698