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

fix build.

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

Cr-Commit-Position: refs/heads/master@{#297118}
parent 21ff00fc
......@@ -19,6 +19,9 @@
#include "net/test/cert_test_util.h"
#include "testing/gtest/include/gtest/gtest.h"
// http://crbug.com/418369
#ifndef NDEBUG
namespace chromeos {
namespace {
......@@ -172,8 +175,6 @@ class CertLoaderTest : public testing::Test,
size_t certificates_loaded_events_count_;
};
// http://crbug.com/418369
#ifndef NDEBUG
TEST_F(CertLoaderTest, Basic) {
EXPECT_FALSE(cert_loader_->CertificatesLoading());
EXPECT_FALSE(cert_loader_->certificates_loaded());
......@@ -315,7 +316,8 @@ TEST_F(CertLoaderTest, UpdatedOnCACertTrustChange) {
EXPECT_EQ(1U, GetAndResetCertificatesLoadedEventsCount());
}
#endif
} // namespace
} // 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