| Index: examples/apptest/example_service_application.cc
|
| diff --git a/examples/apptest/example_service_application.cc b/examples/apptest/example_service_application.cc
|
| index 9efcebaf408b92180dbd60b8ca4ba8fde2b68ce1..0487194fdba9352658fdde63a1ff149933028cad 100644
|
| --- a/examples/apptest/example_service_application.cc
|
| +++ b/examples/apptest/example_service_application.cc
|
| @@ -23,7 +23,7 @@ bool ExampleServiceApplication::ConfigureIncomingConnection(
|
| }
|
|
|
| void ExampleServiceApplication::Create(
|
| - ApplicationConnection* connection,
|
| + const ConnectionContext& connection_context,
|
| InterfaceRequest<ExampleService> request) {
|
| // Not leaked: ExampleServiceImpl is strongly bound to the pipe.
|
| new ExampleServiceImpl(request.Pass());
|
|
|