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

Unified Diff: services/service_manager/background/background_shell.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/README.md ('k') | services/service_manager/background/background_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/background/background_shell.h
diff --git a/services/service_manager/background/background_shell.h b/services/service_manager/background/background_shell.h
index 228eaf5d8d43a8cc0b595385b43da3e6c1f73508..c2a53c92467de928c90a74a7fb6572101dc148e3 100644
--- a/services/service_manager/background/background_shell.h
+++ b/services/service_manager/background/background_shell.h
@@ -17,7 +17,7 @@ namespace catalog {
class Store;
}
-namespace shell {
+namespace service_manager {
class NativeRunnerDelegate;
class ServiceManager;
@@ -64,6 +64,6 @@ class BackgroundShell {
DISALLOW_COPY_AND_ASSIGN(BackgroundShell);
};
-} // namespace shell
+} // namespace service_manager
#endif // SERVICES_SERVICE_MANAGER_BACKGROUND_BACKGROUND_SHELL_H_
« no previous file with comments | « services/service_manager/README.md ('k') | services/service_manager/background/background_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698