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

Unified Diff: extensions/browser/api/cast_channel/cast_transport.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_transport.h
diff --git a/extensions/browser/api/cast_channel/cast_transport.h b/extensions/browser/api/cast_channel/cast_transport.h
index 37349ca886a4dc6e5f38174264b155770852b701..b00cfa755d265cd4efb673af70d14d32a2144598 100644
--- a/extensions/browser/api/cast_channel/cast_transport.h
+++ b/extensions/browser/api/cast_channel/cast_transport.h
@@ -26,7 +26,7 @@ class Socket;
} // namespace net
namespace extensions {
-namespace core_api {
+namespace api {
namespace cast_channel {
class CastMessage;
struct LastErrors;
@@ -214,7 +214,7 @@ class CastTransportImpl : public CastTransport, public base::NonThreadSafe {
DISALLOW_COPY_AND_ASSIGN(CastTransportImpl);
};
} // namespace cast_channel
-} // namespace core_api
+} // namespace api
} // namespace extensions
#endif // EXTENSIONS_BROWSER_API_CAST_CHANNEL_CAST_TRANSPORT_H_
« no previous file with comments | « extensions/browser/api/cast_channel/cast_test_util.cc ('k') | extensions/browser/api/cast_channel/cast_transport.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698