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

Unified Diff: services/shell/tests/lifecycle/app.cc

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
Index: services/shell/tests/lifecycle/app.cc
diff --git a/services/shell/tests/lifecycle/app.cc b/services/shell/tests/lifecycle/app.cc
index 7bcf044816ed8cf552b29078f3dda8641b712a52..cbee0f8651ea7bca9c13a921db784b96905f425f 100644
--- a/services/shell/tests/lifecycle/app.cc
+++ b/services/shell/tests/lifecycle/app.cc
@@ -3,12 +3,12 @@
// found in the LICENSE file.
#include "mojo/public/c/system/main.h"
-#include "services/shell/public/cpp/application_runner.h"
+#include "services/shell/public/cpp/service_runner.h"
#include "services/shell/tests/lifecycle/app_client.h"
MojoResult MojoMain(MojoHandle shell_handle) {
shell::test::AppClient* app = new shell::test::AppClient;
- shell::ApplicationRunner runner(app);
+ shell::ServiceRunner runner(app);
app->set_runner(&runner);
return runner.Run(shell_handle);
}
« no previous file with comments | « services/shell/tests/connect/connect_test_singleton_app.cc ('k') | services/shell/tests/lifecycle/app_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698