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

Unified Diff: services/service_manager/runner/host/mach_broker.cc

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.cc
diff --git a/services/service_manager/runner/host/mach_broker.cc b/services/service_manager/runner/host/mach_broker.cc
index 10d502a43090267ca1f9d4cf3a80296ffa3227db..1b9890354de391bdf3503fa3e7ee94c87f60ca27 100644
--- a/services/service_manager/runner/host/mach_broker.cc
+++ b/services/service_manager/runner/host/mach_broker.cc
@@ -7,7 +7,7 @@
#include "base/logging.h"
#include "base/memory/singleton.h"
-namespace shell {
+namespace service_manager {
namespace {
const char kBootstrapPortName[] = "mojo_shell";
@@ -40,4 +40,4 @@ void MachBroker::RemovePid(base::ProcessHandle pid) {
broker_.InvalidatePid(pid);
}
-} // namespace shell
+} // namespace service_manager
« no previous file with comments | « services/service_manager/runner/host/mach_broker.h ('k') | services/service_manager/runner/host/native_library_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698