Index: examples/native_run_app/native_run_app.cc |
diff --git a/examples/native_run_app/native_run_app.cc b/examples/native_run_app/native_run_app.cc |
index 30645be52e2ef576b3a91a33df6709388a0618c5..7a616360738b00e6f7ba64d1e6da5d301d949ae7 100644 |
--- a/examples/native_run_app/native_run_app.cc |
+++ b/examples/native_run_app/native_run_app.cc |
@@ -243,7 +243,7 @@ class NativeRunApp : public mojo::ApplicationDelegate, |
} |
// |InterfaceFactory<TerminalClient>| implementation: |
- void Create(mojo::ApplicationConnection* /*connection*/, |
+ void Create(const mojo::ConnectionContext& /*connection_context*/, |
mojo::InterfaceRequest<TerminalClient> request) override { |
new TerminalClientImpl(request.Pass(), native_support_process_.get()); |
} |