Index: services/shell/tests/lifecycle/app_client.h |
diff --git a/services/shell/tests/lifecycle/app_client.h b/services/shell/tests/lifecycle/app_client.h |
index b83a5a279f5cc40a6b542bb0060387fe986f79d3..0dd6c1d8ecd29aa0d1ac0fa9ac449b00c41f391b 100644 |
--- a/services/shell/tests/lifecycle/app_client.h |
+++ b/services/shell/tests/lifecycle/app_client.h |
@@ -20,7 +20,7 @@ using LifecycleControl = shell::test::mojom::LifecycleControl; |
using LifecycleControlRequest = shell::test::mojom::LifecycleControlRequest; |
namespace shell { |
-class ShellConnection; |
+class ServiceContext; |
namespace test { |
@@ -53,7 +53,7 @@ class AppClient : public Service, |
ApplicationRunner* runner_ = nullptr; |
mojo::BindingSet<LifecycleControl> bindings_; |
- std::unique_ptr<ShellConnection> connection_; |
+ std::unique_ptr<ServiceContext> context_; |
DISALLOW_COPY_AND_ASSIGN(AppClient); |
}; |