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

Unified Diff: examples/echo/echo_client_sync.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/echo_client.cc ('k') | examples/echo/echo_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/echo/echo_client_sync.cc
diff --git a/examples/echo/echo_client_sync.cc b/examples/echo/echo_client_sync.cc
index 50e52152a11fcb3d32f839d4743d136a08110739..64c649aad4538bc0a2734e0bb41ac9c2583b0ff8 100644
--- a/examples/echo/echo_client_sync.cc
+++ b/examples/echo/echo_client_sync.cc
@@ -36,5 +36,5 @@ class EchoClientApp : public ApplicationImplBase {
MojoResult MojoMain(MojoHandle application_request) {
mojo::examples::EchoClientApp echo_client_app;
- return mojo::RunMainApplication(application_request, &echo_client_app);
+ return mojo::RunApplication(application_request, &echo_client_app);
}
« no previous file with comments | « examples/echo/echo_client.cc ('k') | examples/echo/echo_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698