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

Unified Diff: services/service_manager/standalone/context.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/service_overrides.cc ('k') | services/service_manager/standalone/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/standalone/context.h
diff --git a/services/service_manager/standalone/context.h b/services/service_manager/standalone/context.h
index 1f6c6659a0fd2e29208b6553c692074d81a7bb77..4186908a3ccdc5388af32023f6949b06c24bc5f8 100644
--- a/services/service_manager/standalone/context.h
+++ b/services/service_manager/standalone/context.h
@@ -25,7 +25,7 @@ class Catalog;
class Store;
}
-namespace shell {
+namespace service_manager {
class NativeRunnerDelegate;
// The "global" context for the shell's main process.
@@ -80,6 +80,6 @@ class Context : public mojo::edk::ProcessDelegate {
DISALLOW_COPY_AND_ASSIGN(Context);
};
-} // namespace shell
+} // namespace service_manager
#endif // SERVICES_SERVICE_MANAGER_STANDALONE_CONTEXT_H_
« no previous file with comments | « services/service_manager/service_overrides.cc ('k') | services/service_manager/standalone/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698