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