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

Unified Diff: extensions/browser/api/cast_channel/cast_auth_ica.h

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.h
diff --git a/extensions/browser/api/cast_channel/cast_auth_ica.h b/extensions/browser/api/cast_channel/cast_auth_ica.h
index 64591504f059c89b4b20c4e93c996b8e760ef069..b5471cba3d93b289a053c5bb0d1e94cc55acf0bd 100644
--- a/extensions/browser/api/cast_channel/cast_auth_ica.h
+++ b/extensions/browser/api/cast_channel/cast_auth_ica.h
@@ -15,7 +15,7 @@
#include "net/base/hash_value.h"
namespace extensions {
-namespace core_api {
+namespace api {
namespace cast_channel {
typedef std::map<net::SHA256HashValue,
@@ -77,7 +77,7 @@ base::StringPiece GetTrustedICAPublicKey(const base::StringPiece& data);
base::StringPiece GetDefaultTrustedICAPublicKey();
} // namespace cast_channel
-} // namespace core_api
+} // namespace api
} // namespace extensions
#endif // EXTENSIONS_BROWSER_API_CAST_CHANNEL_CAST_AUTH_ICA_H_
« no previous file with comments | « extensions/browser/api/capture_web_contents_function.cc ('k') | extensions/browser/api/cast_channel/cast_auth_ica.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698