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

Unified Diff: services/shell/tests/lifecycle/app_client.h

Issue 2156203003: shell::ApplicationRunner -> shell::ServiceRunner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/tests/lifecycle/app.cc ('k') | services/shell/tests/lifecycle/package.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 0dd6c1d8ecd29aa0d1ac0fa9ac449b00c41f391b..097b46c007b6f826e8f9f236808cac9e336c7791 100644
--- a/services/shell/tests/lifecycle/app_client.h
+++ b/services/shell/tests/lifecycle/app_client.h
@@ -10,9 +10,9 @@
#include "base/bind.h"
#include "base/macros.h"
#include "mojo/public/cpp/bindings/binding_set.h"
-#include "services/shell/public/cpp/application_runner.h"
#include "services/shell/public/cpp/interface_factory.h"
#include "services/shell/public/cpp/service.h"
+#include "services/shell/public/cpp/service_runner.h"
#include "services/shell/public/interfaces/service.mojom.h"
#include "services/shell/tests/lifecycle/lifecycle_unittest.mojom.h"
@@ -32,7 +32,7 @@ class AppClient : public Service,
explicit AppClient(shell::mojom::ServiceRequest request);
~AppClient() override;
- void set_runner(ApplicationRunner* runner) {
+ void set_runner(ServiceRunner* runner) {
runner_ = runner;
}
@@ -51,7 +51,7 @@ class AppClient : public Service,
private:
void BindingLost();
- ApplicationRunner* runner_ = nullptr;
+ ServiceRunner* runner_ = nullptr;
mojo::BindingSet<LifecycleControl> bindings_;
std::unique_ptr<ServiceContext> context_;
« no previous file with comments | « services/shell/tests/lifecycle/app.cc ('k') | services/shell/tests/lifecycle/package.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698