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

Unified Diff: extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.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/sockets_udp/udp_socket_event_dispatcher.h
diff --git a/extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.h b/extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.h
index b62b9c007d53fd49a7706575a9a5feab75b73a7d..cc1260e0005eea64d44d0815f551b6a8d58fc412 100644
--- a/extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.h
+++ b/extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.h
@@ -20,7 +20,7 @@ class ResumableUDPSocket;
}
namespace extensions {
-namespace core_api {
+namespace api {
// Dispatch events related to "sockets.udp" sockets from callback on native
// socket instances. There is one instance per profile.
@@ -89,7 +89,7 @@ class UDPSocketEventDispatcher
scoped_refptr<SocketData> sockets_;
};
-} // namespace core_api
+} // namespace api
} // namespace extensions
#endif // EXTENSIONS_BROWSER_API_SOCKETS_UDP_UDP_SOCKET_EVENT_DISPATCHER_H_

Powered by Google App Engine
This is Rietveld 408576698