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

Unified Diff: services/service_manager/runner/init.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/runner/init.h
diff --git a/services/service_manager/runner/init.h b/services/service_manager/runner/init.h
index 33afcff6e4c24e97325e3774b0ac7ee2fe55c27a..a437c8fdb1c3021f3ff21ec018be3d8097187050 100644
--- a/services/service_manager/runner/init.h
+++ b/services/service_manager/runner/init.h
@@ -7,7 +7,7 @@
#include "base/native_library.h"
-namespace shell {
+namespace service_manager {
// Initialization routines shared by desktop and Android main functions.
void InitializeLogging();
@@ -18,6 +18,6 @@ void WaitForDebuggerIfNecessary();
// common initialization there now.
void CallLibraryEarlyInitialization(base::NativeLibrary app_library);
-} // namespace shell
+} // namespace service_manager
#endif // SERVICES_SERVICE_MANAGER_RUNNER_INIT_H_
« no previous file with comments | « services/service_manager/runner/host/out_of_process_native_runner.cc ('k') | services/service_manager/runner/init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698