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

Unified Diff: chrome/app/mash/mash_runner.h

Issue 2476063002: Service Manager: Rework Service and ServiceContext lifetime (Closed)
Patch Set: . Created 4 years, 1 month 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 | « ash/touch_hud/mus/touch_hud_application.cc ('k') | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/mash_runner.h
diff --git a/chrome/app/mash/mash_runner.h b/chrome/app/mash/mash_runner.h
index ac1a13cf45bd79171dd203f65f127e17c53ccd33..70296f8bd53ccdad27df2c0a96840fa8a7d83d69 100644
--- a/chrome/app/mash/mash_runner.h
+++ b/chrome/app/mash/mash_runner.h
@@ -11,7 +11,7 @@
#include "services/service_manager/public/interfaces/service.mojom.h"
namespace service_manager {
-class Service;
+class ServiceContext;
}
// Responsible for running mash, both child and main processes.
@@ -28,7 +28,7 @@ class MashRunner {
void StartChildApp(service_manager::mojom::ServiceRequest service_request);
- std::unique_ptr<service_manager::Service> service_;
+ std::unique_ptr<service_manager::ServiceContext> context_;
DISALLOW_COPY_AND_ASSIGN(MashRunner);
};
« no previous file with comments | « ash/touch_hud/mus/touch_hud_application.cc ('k') | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698