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

Unified Diff: examples/hello_mojo/hello_mojo_client.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 | « examples/echo_terminal/main.cc ('k') | examples/hello_mojo/hello_mojo_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/hello_mojo/hello_mojo_client.cc
diff --git a/examples/hello_mojo/hello_mojo_client.cc b/examples/hello_mojo/hello_mojo_client.cc
index c0305a2fbffe33f7fbac085dd2ac03a3630d641c..63851dd5e82db5a3463d57a0c80caea353999e27 100644
--- a/examples/hello_mojo/hello_mojo_client.cc
+++ b/examples/hello_mojo/hello_mojo_client.cc
@@ -47,5 +47,5 @@ class HelloMojoClientApp : public mojo::ApplicationImplBase {
MojoResult MojoMain(MojoHandle application_request) {
HelloMojoClientApp hello_mojo_client_app;
- return mojo::RunMainApplication(application_request, &hello_mojo_client_app);
+ return mojo::RunApplication(application_request, &hello_mojo_client_app);
}
« no previous file with comments | « examples/echo_terminal/main.cc ('k') | examples/hello_mojo/hello_mojo_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698