| Index: net/cert/ct_objects_extractor_unittest.cc
|
| diff --git a/net/cert/ct_objects_extractor_unittest.cc b/net/cert/ct_objects_extractor_unittest.cc
|
| index 7efec3525350bdfccf114dc0aec463e42cb0bd3d..8f8896938cdf7e47b5a2c43b97ea2f9ab49047cb 100644
|
| --- a/net/cert/ct_objects_extractor_unittest.cc
|
| +++ b/net/cert/ct_objects_extractor_unittest.cc
|
| @@ -44,8 +44,7 @@ class CTObjectsExtractorTest : public ::testing::Test {
|
| std::vector<base::StringPiece> parsed_scts;
|
| base::StringPiece sct_list_sp(sct_list);
|
| // Make sure the SCT list can be decoded properly
|
| - EXPECT_TRUE(DecodeSCTList(&sct_list_sp, &parsed_scts));
|
| -
|
| + EXPECT_TRUE(DecodeSCTList(sct_list_sp, &parsed_scts));
|
| EXPECT_TRUE(DecodeSignedCertificateTimestamp(&parsed_scts[0], sct));
|
| }
|
|
|
|
|