| Index: examples/apptest/example_service_application.h
|
| diff --git a/examples/apptest/example_service_application.h b/examples/apptest/example_service_application.h
|
| index b995edcfd2c64a821b3df27d00da8c86e4985b49..e0a8ceeb29781d628e9d94277d1f51ab23c1531c 100644
|
| --- a/examples/apptest/example_service_application.h
|
| +++ b/examples/apptest/example_service_application.h
|
| @@ -26,7 +26,7 @@ class ExampleServiceApplication : public ApplicationDelegate,
|
| ApplicationConnection* connection) override;
|
|
|
| // InterfaceFactory<ExampleService> implementation.
|
| - void Create(ApplicationConnection* connection,
|
| + void Create(const ConnectionContext& connection_context,
|
| InterfaceRequest<ExampleService> request) override;
|
|
|
| MOJO_DISALLOW_COPY_AND_ASSIGN(ExampleServiceApplication);
|
|
|