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

Unified Diff: services/service_manager/runner/host/mach_broker.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/runner/host/mach_broker.h
diff --git a/services/service_manager/runner/host/mach_broker.h b/services/service_manager/runner/host/mach_broker.h
index 7250f1a406391d5ef25853f80cd2c74e7221d513..43258420435f60f05ba0742f021c235e75437cd6 100644
--- a/services/service_manager/runner/host/mach_broker.h
+++ b/services/service_manager/runner/host/mach_broker.h
@@ -11,7 +11,7 @@ namespace base {
template <typename T> struct DefaultSingletonTraits;
}
-namespace shell {
+namespace service_manager {
// A global singleton |MachBroker| is used by the shell to provide access to
// Mach task ports for shell out-of-process applications.
@@ -47,6 +47,6 @@ class MachBroker {
base::MachPortBroker broker_;
};
-} // namespace shell
+} // namespace service_manager
#endif // SERVICES_SERVICE_MANAGER_RUNNER_HOST_MACH_BROKER_H_
« no previous file with comments | « services/service_manager/runner/host/linux_sandbox.cc ('k') | services/service_manager/runner/host/mach_broker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698