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

Unified Diff: services/service_manager/runner/host/child_process.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.cc
diff --git a/services/service_manager/runner/host/child_process.cc b/services/service_manager/runner/host/child_process.cc
index 79bdede6d72267927129d0dc56c80abe34f22ca5..06a7339ad21db62747d98b425efe4f54b31e924d 100644
--- a/services/service_manager/runner/host/child_process.cc
+++ b/services/service_manager/runner/host/child_process.cc
@@ -36,7 +36,7 @@
#include "services/service_manager/runner/host/native_library_runner.h"
#include "services/service_manager/runner/init.h"
-namespace shell {
+namespace service_manager {
namespace {
@@ -69,4 +69,4 @@ int ChildProcessMain() {
return 0;
}
-} // namespace shell
+} // namespace service_manager
« no previous file with comments | « services/service_manager/runner/host/child_process.h ('k') | services/service_manager/runner/host/child_process_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698