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

Unified Diff: device/devices_app/main.cc

Issue 1675083002: Rename ApplicationDelegate to ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delegate
Patch Set: . Created 4 years, 10 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 | « device/devices_app/devices_app.cc ('k') | device/devices_app/public/cpp/devices_app_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/devices_app/main.cc
diff --git a/device/devices_app/main.cc b/device/devices_app/main.cc
index a43d8ff30362ace9209ce04aee25cca53def92bc..1694aac9e7f5a2ffa203e0fc25fc74972a85215d 100644
--- a/device/devices_app/main.cc
+++ b/device/devices_app/main.cc
@@ -5,8 +5,8 @@
#include "base/sequenced_task_runner.h"
#include "device/devices_app/public/cpp/devices_app_factory.h"
#include "mojo/public/c/system/main.h"
-#include "mojo/shell/public/cpp/application_delegate.h"
#include "mojo/shell/public/cpp/application_runner.h"
+#include "mojo/shell/public/cpp/shell_client.h"
MojoResult MojoMain(MojoHandle shell_handle) {
mojo::ApplicationRunner runner(
« no previous file with comments | « device/devices_app/devices_app.cc ('k') | device/devices_app/public/cpp/devices_app_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698