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

Unified Diff: services/service_manager/standalone/desktop/main_helper.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
Index: services/service_manager/standalone/desktop/main_helper.h
diff --git a/services/service_manager/standalone/desktop/main_helper.h b/services/service_manager/standalone/desktop/main_helper.h
index f326957d328452c66cdcf66033b73d91581e9b61..b850593dfbf5885de8d152eaefc8b6f4a8d65fa6 100644
--- a/services/service_manager/standalone/desktop/main_helper.h
+++ b/services/service_manager/standalone/desktop/main_helper.h
@@ -5,11 +5,11 @@
#ifndef SERVICES_SHELL_STANDALONE_DESKTOP_MAIN_HELPER_H
#define SERVICES_SHELL_STANDALONE_DESKTOP_MAIN_HELPER_H
-namespace shell {
+namespace service_manager {
// Helper method to start Mojo standalone shell code.
int StandaloneShellMain(int argc, char** argv);
-} // namespace shell
+} // namespace service_manager
#endif // SERVICES_SHELL_STANDALONE_DESKTOP_MAIN_HELPER_H
« no previous file with comments | « services/service_manager/standalone/desktop/main.cc ('k') | services/service_manager/standalone/desktop/main_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698