Index: extensions/common/cast/cast_cert_validator_openssl.cc |
diff --git a/extensions/common/cast/cast_cert_validator_openssl.cc b/extensions/common/cast/cast_cert_validator_openssl.cc |
index 1d03e3793ca0d44a89e6d34a9b91d72bc9f5b172..4e0e08bdf0585a2fb2f7f19c6064a7150feb3e90 100644 |
--- a/extensions/common/cast/cast_cert_validator_openssl.cc |
+++ b/extensions/common/cast/cast_cert_validator_openssl.cc |
@@ -21,7 +21,7 @@ |
#include "net/ssl/scoped_openssl_types.h" |
namespace extensions { |
-namespace core_api { |
+namespace api { |
namespace cast_crypto { |
namespace { |
@@ -154,5 +154,5 @@ std::string VerificationResult::GetLogString() const { |
} |
} // namespace cast_crypto |
-} // namespace core_api |
+} // namespace api |
} // namespace extensions |