| Index: examples/echo_terminal/main.cc
|
| diff --git a/examples/echo_terminal/main.cc b/examples/echo_terminal/main.cc
|
| index f4a0ec1c0143aed58fbdaf23bd4f025fa8b4b83f..348d96c5370bf747eb70ef30ea18638edc3da88b 100644
|
| --- a/examples/echo_terminal/main.cc
|
| +++ b/examples/echo_terminal/main.cc
|
| @@ -114,7 +114,7 @@ class EchoTerminalApp
|
|
|
| // |InterfaceFactory<mojo::terminal::TerminalClient>| implementation:
|
| void Create(
|
| - mojo::ApplicationConnection* connection,
|
| + const mojo::ConnectionContext& connection_context,
|
| mojo::InterfaceRequest<mojo::terminal::TerminalClient> request) override {
|
| terminal_clients_.AddBinding(this, request.Pass());
|
| }
|
|
|