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

Unified Diff: extensions/browser/api/cast_channel/cast_auth_ica.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
Index: extensions/browser/api/cast_channel/cast_auth_ica.cc
diff --git a/extensions/browser/api/cast_channel/cast_auth_ica.cc b/extensions/browser/api/cast_channel/cast_auth_ica.cc
index 1e9f0cae3516eba42bdd76d7337474c6c072649b..079b7aa6c56238c9c5f0377aaf42af8d79d3cfe8 100644
--- a/extensions/browser/api/cast_channel/cast_auth_ica.cc
+++ b/extensions/browser/api/cast_channel/cast_auth_ica.cc
@@ -13,7 +13,7 @@
#include "net/cert/x509_certificate.h"
namespace extensions {
-namespace core_api {
+namespace api {
namespace cast_channel {
namespace {
@@ -162,5 +162,5 @@ base::StringPiece GetDefaultTrustedICAPublicKey() {
}
} // namespace cast_channel
-} // namespace core_api
+} // namespace api
} // namespace extensions
« no previous file with comments | « extensions/browser/api/cast_channel/cast_auth_ica.h ('k') | extensions/browser/api/cast_channel/cast_auth_ica_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698