| 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..70bd644708137d4a5d9b30958380f8278523977f 100644
|
| --- a/net/cert/internal/test_helpers.cc
|
| +++ b/net/cert/internal/test_helpers.cc
|
| @@ -125,7 +125,8 @@ 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 {
|
|
|