Commit ea60a8e7 authored by John Abd-El-Malek's avatar John Abd-El-Malek

fix build again

Review URL: https://codereview.chromium.org/609103002

Cr-Commit-Position: refs/heads/master@{#297120}
parent b7776df0
...@@ -27,6 +27,9 @@ ...@@ -27,6 +27,9 @@
#include "testing/gtest/include/gtest/gtest.h" #include "testing/gtest/include/gtest/gtest.h"
#include "third_party/cros_system_api/dbus/service_constants.h" #include "third_party/cros_system_api/dbus/service_constants.h"
// http://crbug.com/418369
#ifndef NDEBUG
namespace chromeos { namespace chromeos {
namespace { namespace {
...@@ -307,8 +310,6 @@ class NetworkCertMigratorTest : public testing::Test { ...@@ -307,8 +310,6 @@ class NetworkCertMigratorTest : public testing::Test {
DISALLOW_COPY_AND_ASSIGN(NetworkCertMigratorTest); DISALLOW_COPY_AND_ASSIGN(NetworkCertMigratorTest);
}; };
// http://crbug.com/418369
#ifndef NDEBUG
TEST_F(NetworkCertMigratorTest, MigrateNssOnInitialization) { TEST_F(NetworkCertMigratorTest, MigrateNssOnInitialization) {
// Add a new network for migration before the handlers are initialized. // Add a new network for migration before the handlers are initialized.
SetupWifiWithNss(); SetupWifiWithNss();
...@@ -506,6 +507,6 @@ TEST_F(NetworkCertMigratorTest, MigrateIpsecCertIdWrongSlotId) { ...@@ -506,6 +507,6 @@ TEST_F(NetworkCertMigratorTest, MigrateIpsecCertIdWrongSlotId) {
EXPECT_EQ(test_client_cert_slot_id_, slot_id); EXPECT_EQ(test_client_cert_slot_id_, slot_id);
} }
#endif
} // namespace chromeos } // namespace chromeos
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment