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

Unified Diff: services/service_manager/switches.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
« no previous file with comments | « services/service_manager/switches.h ('k') | services/service_manager/tests/connect/connect_test.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/switches.cc
diff --git a/services/service_manager/switches.cc b/services/service_manager/switches.cc
index 32e73fff0eac02c8c8c16727dfc58a5802f6a3ea..a96b6ae110ed9ad0fdacbad4693bbcdff9705fc6 100644
--- a/services/service_manager/switches.cc
+++ b/services/service_manager/switches.cc
@@ -4,7 +4,7 @@
#include "services/service_manager/switches.h"
-namespace shell {
+namespace service_manager {
namespace switches {
// Disables the sandbox for debugging.
@@ -14,4 +14,4 @@ const char kNoSandbox[] = "no-sandbox";
const char kSingleProcess[] = "single-process";
} // namespace switches
-} // namespace shell
+} // namespace service_manager
« no previous file with comments | « services/service_manager/switches.h ('k') | services/service_manager/tests/connect/connect_test.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698