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

Unified Diff: services/service_manager/runner/host/child_process_base.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/child_process_base.cc
diff --git a/services/service_manager/runner/host/child_process_base.cc b/services/service_manager/runner/host/child_process_base.cc
index 3abe4754302101556760c7f793a42adf510831c8..6341ecce136732a48d55eb68e2d9ebaf9f97dbd4 100644
--- a/services/service_manager/runner/host/child_process_base.cc
+++ b/services/service_manager/runner/host/child_process_base.cc
@@ -28,7 +28,7 @@
#include "services/service_manager/runner/host/mach_broker.h"
#endif
-namespace shell {
+namespace service_manager {
namespace {
@@ -125,4 +125,4 @@ void ChildProcessMainWithCallback(const RunCallback& callback) {
callback.Run(GetServiceRequestFromCommandLine());
}
-} // namespace shell
+} // namespace service_manager
« no previous file with comments | « services/service_manager/runner/host/child_process_base.h ('k') | services/service_manager/runner/host/child_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698