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); |
}; |