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

Unified Diff: content/child/service_factory.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 | « content/child/child_thread_impl.cc ('k') | content/child/service_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/service_factory.h
diff --git a/content/child/service_factory.h b/content/child/service_factory.h
index 96284691996a138e601c3e21e9163108277b819b..35bb11571b041b5af3887228ed02cc341916d824 100644
--- a/content/child/service_factory.h
+++ b/content/child/service_factory.h
@@ -18,8 +18,8 @@ namespace content {
class EmbeddedServiceRunner;
// Base class for child-process specific implementations of
-// shell::mojom::ServiceFactory.
-class ServiceFactory : public shell::mojom::ServiceFactory {
+// service_manager::mojom::ServiceFactory.
+class ServiceFactory : public service_manager::mojom::ServiceFactory {
public:
using ServiceMap = std::map<std::string, ServiceInfo>;
@@ -29,8 +29,8 @@ class ServiceFactory : public shell::mojom::ServiceFactory {
virtual void RegisterServices(ServiceMap* services) = 0;
virtual void OnServiceQuit() {}
- // shell::mojom::ServiceFactory:
- void CreateService(shell::mojom::ServiceRequest request,
+ // service_manager::mojom::ServiceFactory:
+ void CreateService(service_manager::mojom::ServiceRequest request,
const std::string& name) override;
private:
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/child/service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698