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

Unified Diff: services/device_info/device_info.cc

Issue 2011383002: Get rid of {Run,Terminate}MainApplication(), and more ApplicationDelegate conversion. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 4 years, 7 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/clipboard/main.cc ('k') | services/files/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/device_info/device_info.cc
diff --git a/services/device_info/device_info.cc b/services/device_info/device_info.cc
index 76d4def8a762035a0f6473677f3d8dec3c0b132f..855f774af234cf9f703e66877caae683566828a5 100644
--- a/services/device_info/device_info.cc
+++ b/services/device_info/device_info.cc
@@ -46,5 +46,5 @@ class DeviceInfoApp : public ApplicationImplBase, public mojo::DeviceInfo {
MojoResult MojoMain(MojoHandle application_request) {
mojo::services::device_info::DeviceInfoApp device_info_app;
- return mojo::RunMainApplication(application_request, &device_info_app);
+ return mojo::RunApplication(application_request, &device_info_app);
}
« no previous file with comments | « services/clipboard/main.cc ('k') | services/files/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698