| Index: net/cert/internal/test_helpers.cc
|
| diff --git a/net/cert/internal/test_helpers.cc b/net/cert/internal/test_helpers.cc
|
| index 16c39cf14ef3732e2f2573a248a1fbb0b2b0b487..25394dfc2ebe62810ccb332d9e753f27d0ce2f97 100644
|
| --- a/net/cert/internal/test_helpers.cc
|
| +++ b/net/cert/internal/test_helpers.cc
|
| @@ -125,7 +125,9 @@ der::Input SequenceValueFromString(const std::string* s) {
|
| return ::testing::AssertionSuccess();
|
| }
|
|
|
| -VerifyCertChainTest::VerifyCertChainTest() = default;
|
| +VerifyCertChainTest::VerifyCertChainTest()
|
| + : user_initial_policy_set{AnyPolicy()} {}
|
| +
|
| VerifyCertChainTest::~VerifyCertChainTest() = default;
|
|
|
| bool VerifyCertChainTest::HasHighSeverityErrors() const {
|
|
|