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/keep_alive_delegate.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/keep_alive_delegate.h
diff --git a/extensions/browser/api/cast_channel/keep_alive_delegate.h b/extensions/browser/api/cast_channel/keep_alive_delegate.h
index b382442feb9c899bdee25e97fa22ed3e26177297..af7fd44d5a3bde6facbaf987b8e54f666bd419c7 100644
--- a/extensions/browser/api/cast_channel/keep_alive_delegate.h
+++ b/extensions/browser/api/cast_channel/keep_alive_delegate.h
@@ -11,7 +11,7 @@
#include "extensions/common/api/cast_channel/cast_channel.pb.h"
namespace extensions {
-namespace core_api {
+namespace api {
namespace cast_channel {
class CastSocket;
@@ -110,7 +110,7 @@ class KeepAliveDelegate : public CastTransport::Delegate {
};
} // namespace cast_channel
-} // namespace core_api
+} // namespace api
} // namespace extensions
#endif // EXTENSIONS_BROWSER_API_CAST_CHANNEL_KEEP_ALIVE_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698