| Index: components/cast_certificate/cast_cert_validator_test_helpers.h
|
| diff --git a/components/cast_certificate/cast_cert_validator_test_helpers.h b/components/cast_certificate/cast_cert_validator_test_helpers.h
|
| index d5281a70707518f5dd68035897d96e58aed5d79c..cf93e72e1ac803fd98b3712c78f007390088d062 100644
|
| --- a/components/cast_certificate/cast_cert_validator_test_helpers.h
|
| +++ b/components/cast_certificate/cast_cert_validator_test_helpers.h
|
| @@ -35,6 +35,10 @@ struct SignatureTestData {
|
| // |file_name| should be relative to //components/test/data/cast_certificate
|
| SignatureTestData ReadSignatureTestData(const base::StringPiece& file_name);
|
|
|
| +// Reads test data file.
|
| +// |file_name| should be relative to //components/test/data/cast_certificate
|
| +std::string ReadFromFile(const base::StringPiece& file_name);
|
| +
|
| } // namespace testing
|
|
|
| } // namespace cast_certificate
|
|
|