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); |
} |