| Index: extensions/common/cast/cast_cert_validator.h
|
| diff --git a/extensions/common/cast/cast_cert_validator.h b/extensions/common/cast/cast_cert_validator.h
|
| index 9b15b6e22a80c1b95f64608b225b4c19e726ebde..720fff56de7ae408320fb5e1268bceb518d6fef1 100644
|
| --- a/extensions/common/cast/cast_cert_validator.h
|
| +++ b/extensions/common/cast/cast_cert_validator.h
|
| @@ -12,12 +12,12 @@
|
| #include "base/strings/string_piece.h"
|
|
|
| namespace extensions {
|
| -namespace core_api {
|
| +namespace api {
|
| namespace cast_crypto {
|
|
|
| // Status of a certificate or certificate verification operation.
|
| struct VerificationResult {
|
| - // Mapped to extensions::core_api::cast_channel::AuthResult::ErrorType in
|
| + // Mapped to extensions::api::cast_channel::AuthResult::ErrorType in
|
| // cast_auto_util.cc. Update the mapping code when modifying this enum.
|
| enum ErrorType {
|
| // Verification has succeeded.
|
| @@ -94,7 +94,7 @@ bool SetTrustedCertificateAuthoritiesForTest(const std::string& keys,
|
| const std::string& signature);
|
|
|
| } // namespace cast_crypto
|
| -} // namespace core_api
|
| +} // namespace api
|
| } // namespace extensions
|
|
|
| #endif // EXTENSIONS_COMMON_CAST_CAST_CERT_VALIDATOR_H_
|
|
|