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

Unified Diff: extensions/browser/api/cast_channel/cast_auth_util.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_util.h
diff --git a/extensions/browser/api/cast_channel/cast_auth_util.h b/extensions/browser/api/cast_channel/cast_auth_util.h
index ac5a0a110a4c05422447a3c68c5d79d17f3ca4dc..a5005862faecbb06dd8ebf0fabc5bfce8ed25a26 100644
--- a/extensions/browser/api/cast_channel/cast_auth_util.h
+++ b/extensions/browser/api/cast_channel/cast_auth_util.h
@@ -8,7 +8,7 @@
#include <string>
namespace extensions {
-namespace core_api {
+namespace api {
namespace cast_channel {
class AuthResponse;
@@ -71,7 +71,7 @@ AuthResult VerifyCredentials(const AuthResponse& response,
const std::string& peer_cert);
} // namespace cast_channel
-} // namespace core_api
+} // namespace api
} // namespace extensions
#endif // EXTENSIONS_BROWSER_API_CAST_CHANNEL_CAST_AUTH_UTIL_H_
« no previous file with comments | « extensions/browser/api/cast_channel/cast_auth_ica_unittest.cc ('k') | extensions/browser/api/cast_channel/cast_auth_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698