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

Unified Diff: services/service_manager/public/cpp/connect.h

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 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: services/service_manager/public/cpp/connect.h
diff --git a/services/service_manager/public/cpp/connect.h b/services/service_manager/public/cpp/connect.h
index a9f2a2a736cf344a3c0f56c1c5dff7c8bdfd89a7..87311331d261645826ac315dea9ed19b0535476f 100644
--- a/services/service_manager/public/cpp/connect.h
+++ b/services/service_manager/public/cpp/connect.h
@@ -9,7 +9,7 @@
#include "services/service_manager/public/interfaces/interface_provider.mojom.h"
-namespace shell {
+namespace service_manager {
// Binds |ptr| to a remote implementation of Interface from |interfaces|.
template <typename Interface>
@@ -20,6 +20,6 @@ inline void GetInterface(mojom::InterfaceProvider* interfaces,
interfaces->GetInterface(Interface::Name_, std::move(pipe.handle1));
}
-} // namespace shell
+} // namespace service_manager
#endif // SERVICES_SERVICE_MANAGER_PUBLIC_CPP_CONNECT_H_
« no previous file with comments | « services/service_manager/public/cpp/capabilities_struct_traits.h ('k') | services/service_manager/public/cpp/connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698