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

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

Issue 2131493002: ShellConnection -> ServiceContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@st
Patch Set: . Created 4 years, 5 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 | « no previous file | 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 2a79f3fb2bfbe6b87ba0f2efee2e5be780c68c4e..108f9edb95f124b8b4a897772004eebe052e896d 100644
--- a/chrome/app/mash/mash_runner.h
+++ b/chrome/app/mash/mash_runner.h
@@ -12,7 +12,7 @@
namespace shell {
class Service;
-class ShellConnection;
+class ServiceContext;
}
// Responsible for running mash, both child and main processes.
@@ -30,7 +30,7 @@ class MashRunner {
void StartChildApp(shell::mojom::ServiceRequest service_request);
std::unique_ptr<shell::Service> service_;
- std::unique_ptr<shell::ShellConnection> shell_connection_;
+ std::unique_ptr<shell::ServiceContext> shell_connection_;
DISALLOW_COPY_AND_ASSIGN(MashRunner);
};
« no previous file with comments | « no previous file | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698