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

Unified Diff: services/service_manager/public/cpp/service_context_ref.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/public/cpp/service_context_ref.h
diff --git a/services/service_manager/public/cpp/service_context_ref.h b/services/service_manager/public/cpp/service_context_ref.h
index ed0672316d461de3c303ded8f2f03be4a27a58b9..df7ae825d3dc33c9b40badd4b3d5f29176778f11 100644
--- a/services/service_manager/public/cpp/service_context_ref.h
+++ b/services/service_manager/public/cpp/service_context_ref.h
@@ -11,7 +11,7 @@
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
-namespace shell {
+namespace service_manager {
class ServiceContextRefImpl;
@@ -54,6 +54,6 @@ class ServiceContextRefFactory {
DISALLOW_COPY_AND_ASSIGN(ServiceContextRefFactory);
};
-} // namespace shell
+} // namespace service_manager
#endif // SERVICES_SERVICE_MANAGER_PUBLIC_CPP_SERVICE_CONTEXT_REF_H_
« no previous file with comments | « services/service_manager/public/cpp/service_context.h ('k') | services/service_manager/public/cpp/service_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698