| Index: mojo/public/cpp/bindings/tests/versioning_test_service.cc
|
| diff --git a/mojo/public/cpp/bindings/tests/versioning_test_service.cc b/mojo/public/cpp/bindings/tests/versioning_test_service.cc
|
| index 419fa3a6878d6a2c4e3763aea814346e8f03d612..893a47d9a7f660d19fa76ee72f5f70462712e2b9 100644
|
| --- a/mojo/public/cpp/bindings/tests/versioning_test_service.cc
|
| +++ b/mojo/public/cpp/bindings/tests/versioning_test_service.cc
|
| @@ -106,7 +106,7 @@ class HumanResourceSystemServer
|
| }
|
|
|
| // InterfaceFactory<HumanResourceDatabase> implementation.
|
| - void Create(ApplicationConnection* connection,
|
| + void Create(const ConnectionContext& connection_context,
|
| InterfaceRequest<HumanResourceDatabase> request) override {
|
| // It will be deleted automatically when the underlying pipe encounters a
|
| // connection error.
|
|
|