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

Unified Diff: services/service_manager/switches.h

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
« no previous file with comments | « services/service_manager/standalone/tracer.cc ('k') | services/service_manager/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/switches.h
diff --git a/services/service_manager/switches.h b/services/service_manager/switches.h
index 872d12a174a46a84370712b55cc80efdd946b732..04fbc329d5d8931df4676c4b663720cfa67ace66 100644
--- a/services/service_manager/switches.h
+++ b/services/service_manager/switches.h
@@ -8,7 +8,7 @@
#include <set>
#include <string>
-namespace shell {
+namespace service_manager {
namespace switches {
// All switches in alphabetical order. The switches should be documented
@@ -17,6 +17,6 @@ extern const char kNoSandbox[];
extern const char kSingleProcess[];
} // namespace switches
-} // namespace shell
+} // namespace service_manager
#endif // SERVICES_SERVICE_MANAGER_SWITCHES_H_
« no previous file with comments | « services/service_manager/standalone/tracer.cc ('k') | services/service_manager/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698