| Index: net/cert/internal/test_helpers.cc
|
| diff --git a/net/cert/internal/test_helpers.cc b/net/cert/internal/test_helpers.cc
|
| index 70bd644708137d4a5d9b30958380f8278523977f..16c39cf14ef3732e2f2573a248a1fbb0b2b0b487 100644
|
| --- a/net/cert/internal/test_helpers.cc
|
| +++ b/net/cert/internal/test_helpers.cc
|
| @@ -125,8 +125,7 @@
|
| return ::testing::AssertionSuccess();
|
| }
|
|
|
| -VerifyCertChainTest::VerifyCertChainTest()
|
| - : user_initial_policy_set{AnyPolicy()} {}
|
| +VerifyCertChainTest::VerifyCertChainTest() = default;
|
| VerifyCertChainTest::~VerifyCertChainTest() = default;
|
|
|
| bool VerifyCertChainTest::HasHighSeverityErrors() const {
|
|
|