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

Unified Diff: services/shell/tests/lifecycle/app_client.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 | « services/shell/shell_public.gyp ('k') | services/shell/tests/lifecycle/app_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « services/shell/shell_public.gyp ('k') | services/shell/tests/lifecycle/app_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698