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

Unified Diff: services/service_manager/standalone/context.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/context.cc
diff --git a/services/service_manager/standalone/context.cc b/services/service_manager/standalone/context.cc
index 23378bee37308e8e760e3eff28e7b0f3ff2fc9a7..724eb11770d2f00856aa19fb71e3b4e95a5cf2e3 100644
--- a/services/service_manager/standalone/context.cc
+++ b/services/service_manager/standalone/context.cc
@@ -50,7 +50,7 @@
#include "services/service_manager/runner/host/mach_broker.h"
#endif
-namespace shell {
+namespace service_manager {
namespace {
base::FilePath::StringType GetPathFromCommandLineSwitch(
@@ -292,4 +292,4 @@ void Context::Run(const std::string& name) {
service_manager_->Connect(std::move(params));
}
-} // namespace shell
+} // namespace service_manager
« no previous file with comments | « services/service_manager/standalone/context.h ('k') | services/service_manager/standalone/desktop/launcher_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698