| Index: net/cert/ct_serialization.h
|
| diff --git a/net/cert/ct_serialization.h b/net/cert/ct_serialization.h
|
| index 269892d3512d7a675e84174061a5bed8969bb040..b5b3d77d69d45a04f45639849a3cab8174ae6c94 100644
|
| --- a/net/cert/ct_serialization.h
|
| +++ b/net/cert/ct_serialization.h
|
| @@ -75,7 +75,7 @@ NET_EXPORT_PRIVATE void EncodeTreeHeadSignature(
|
| // Returns true if the list could be read and decoded successfully, false
|
| // otherwise (note that the validity of each individual SCT should be checked
|
| // separately).
|
| -NET_EXPORT_PRIVATE bool DecodeSCTList(base::StringPiece* input,
|
| +NET_EXPORT_PRIVATE bool DecodeSCTList(base::StringPiece input,
|
| std::vector<base::StringPiece>* output);
|
|
|
| // Decodes a single SCT from |input| to |output|.
|
|
|