| Index: net/cert/test_root_certs_unittest.cc
|
| diff --git a/net/cert/test_root_certs_unittest.cc b/net/cert/test_root_certs_unittest.cc
|
| index 2f449e7651e99ce7ed9448ff1f41139e78c47c8e..6f8a3800ee59b64db30ccf2c2494225d07f3b71b 100644
|
| --- a/net/cert/test_root_certs_unittest.cc
|
| +++ b/net/cert/test_root_certs_unittest.cc
|
| @@ -14,7 +14,7 @@
|
| #include "net/test/cert_test_util.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -#if defined(USE_NSS_VERIFIER)
|
| +#if defined(USE_NSS_CERTS)
|
| #include <nss.h>
|
| #endif
|
|
|
| @@ -75,7 +75,6 @@ TEST(TestRootCertsTest, OverrideTrust) {
|
| return;
|
| }
|
| #endif
|
| -
|
| TestRootCerts* test_roots = TestRootCerts::GetInstance();
|
| ASSERT_NE(static_cast<TestRootCerts*>(NULL), test_roots);
|
| EXPECT_TRUE(test_roots->IsEmpty());
|
|
|