Index: components/cast_certificate/cast_cert_validator_test_helpers.h |
diff --git a/extensions/common/cast/cast_cert_validator_test_helpers.h b/components/cast_certificate/cast_cert_validator_test_helpers.h |
similarity index 87% |
rename from extensions/common/cast/cast_cert_validator_test_helpers.h |
rename to components/cast_certificate/cast_cert_validator_test_helpers.h |
index dad622810412bc519497c81b7b370b1dd69dfc88..8b7efec50a31d8b28a25c97d67c258e71381d07c 100644 |
--- a/extensions/common/cast/cast_cert_validator_test_helpers.h |
+++ b/components/cast_certificate/cast_cert_validator_test_helpers.h |
@@ -13,7 +13,7 @@ |
namespace cast_test_helpers { |
eroman
2016/04/28 19:50:20
This should probably be inside the cast_certificat
ryanchung
2016/04/28 20:30:56
Done.
|
// Reads a PEM file containing certificates to a vector of their DER data. |
-// |file_name| should be relative to //src/extensions/test/data/ |
+// |file_name| should be relative to //components/test/data/cast_certificate |
std::vector<std::string> ReadCertificateChainFromFile( |
const base::StringPiece& file_name); |
@@ -30,7 +30,7 @@ struct SignatureTestData { |
// Reads a PEM file that contains "MESSAGE", "SIGNATURE SHA1" and |
// "SIGNATURE SHA256" blocks. |
-// |file_name| should be relative to //src/extensions/test/data/ |
+// |file_name| should be relative to //components/test/data/cast_certificate |
SignatureTestData ReadSignatureTestData(const base::StringPiece& file_name); |
} // namespace cast_test_helpers |