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

Unified Diff: services/service_manager/standalone/desktop/launcher_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/standalone/desktop/launcher_process.cc
diff --git a/services/service_manager/standalone/desktop/launcher_process.cc b/services/service_manager/standalone/desktop/launcher_process.cc
index 50a3914886d5d4551ef9a5de12949eeedf3c001e..03dc41feb8629e3394a7da34e7328be122f669c0 100644
--- a/services/service_manager/standalone/desktop/launcher_process.cc
+++ b/services/service_manager/standalone/desktop/launcher_process.cc
@@ -22,7 +22,7 @@
#include "services/service_manager/standalone/context.h"
#include "services/service_manager/switches.h"
-namespace shell {
+namespace service_manager {
int LauncherProcessMain() {
#if !defined(OFFICIAL_BUILD)
@@ -55,4 +55,4 @@ int LauncherProcessMain() {
return 0;
}
-} // namespace shell
+} // namespace service_manager
« no previous file with comments | « services/service_manager/standalone/desktop/launcher_process.h ('k') | services/service_manager/standalone/desktop/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698