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

Unified Diff: extensions/browser/api/cast_channel/logger.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/logger.h
diff --git a/extensions/browser/api/cast_channel/logger.h b/extensions/browser/api/cast_channel/logger.h
index 5c6136d6e0188368a916cb59c60506c85cea6930..03d80721ba44590a287f7828575fe8001821ed5d 100644
--- a/extensions/browser/api/cast_channel/logger.h
+++ b/extensions/browser/api/cast_channel/logger.h
@@ -23,7 +23,7 @@ class TickClock;
}
namespace extensions {
-namespace core_api {
+namespace api {
namespace cast_channel {
struct AuthResult;
@@ -136,7 +136,7 @@ class Logger : public base::RefCounted<Logger> {
DISALLOW_COPY_AND_ASSIGN(Logger);
};
} // namespace cast_channel
-} // namespace core_api
+} // namespace api
} // namespace extensions
#endif // EXTENSIONS_BROWSER_API_CAST_CHANNEL_LOGGER_H_
« no previous file with comments | « extensions/browser/api/cast_channel/keep_alive_delegate_unittest.cc ('k') | extensions/browser/api/cast_channel/logger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698