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

Unified Diff: services/service_manager/public/cpp/lib/service_context_ref.cc

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/lib/service_context_ref.cc
diff --git a/services/service_manager/public/cpp/lib/service_context_ref.cc b/services/service_manager/public/cpp/lib/service_context_ref.cc
index 2e2d2db4aec638166e65ab1260be70f6996b0b4e..0a06f1fedef16c152e264053a514237cf82274b7 100644
--- a/services/service_manager/public/cpp/lib/service_context_ref.cc
+++ b/services/service_manager/public/cpp/lib/service_context_ref.cc
@@ -10,7 +10,7 @@
#include "base/threading/thread_checker.h"
#include "base/threading/thread_task_runner_handle.h"
-namespace shell {
+namespace service_manager {
class ServiceContextRefImpl : public ServiceContextRef {
public:
@@ -83,4 +83,4 @@ void ServiceContextRefFactory::Release() {
quit_closure_.Run();
}
-} // namespace shell
+} // namespace service_manager
« no previous file with comments | « services/service_manager/public/cpp/lib/service_context.cc ('k') | services/service_manager/public/cpp/lib/service_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698