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

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

Powered by Google App Engine
This is Rietveld 408576698