Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1693)

Unified Diff: extensions/common/cast/cast_cert_validator.cc

Issue 1226353004: Generate all extension schema namespaces as "api" and instead vary the generated bundle names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/common/cast/cast_cert_validator.h ('k') | extensions/common/cast/cast_cert_validator_nss.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/cast/cast_cert_validator.cc
diff --git a/extensions/common/cast/cast_cert_validator.cc b/extensions/common/cast/cast_cert_validator.cc
index d48325796a65da4b127e42bcf6256809b7b6e110..cdd803aecf4ad2e75e44b3771eabef33b0b9c0d7 100644
--- a/extensions/common/cast/cast_cert_validator.cc
+++ b/extensions/common/cast/cast_cert_validator.cc
@@ -7,7 +7,7 @@
#include "extensions/browser/api/cast_channel/cast_auth_ica.h"
namespace extensions {
-namespace core_api {
+namespace api {
namespace cast_crypto {
VerificationResult::VerificationResult()
@@ -29,10 +29,10 @@ VerificationResult::VerificationResult(const std::string& in_error_message,
bool SetTrustedCertificateAuthoritiesForTest(const std::string& keys,
const std::string& signature) {
- return extensions::core_api::cast_channel::SetTrustedCertificateAuthorities(
+ return extensions::api::cast_channel::SetTrustedCertificateAuthorities(
keys, signature);
}
} // namespace cast_crypto
-} // namespace core_api
+} // namespace api
} // namespace extensions
« no previous file with comments | « extensions/common/cast/cast_cert_validator.h ('k') | extensions/common/cast/cast_cert_validator_nss.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698