| Index: services/test_service/test_service_application.cc
|
| diff --git a/services/test_service/test_service_application.cc b/services/test_service/test_service_application.cc
|
| index b288d9883b076d2e6db096eafa6948da2d21c34b..509ddac0d157a564100b398d7082aced603bb4af 100644
|
| --- a/services/test_service/test_service_application.cc
|
| +++ b/services/test_service/test_service_application.cc
|
| @@ -34,13 +34,13 @@ bool TestServiceApplication::ConfigureIncomingConnection(
|
| return true;
|
| }
|
|
|
| -void TestServiceApplication::Create(ApplicationConnection* connection,
|
| +void TestServiceApplication::Create(const ConnectionContext& connection_context,
|
| InterfaceRequest<TestService> request) {
|
| new TestServiceImpl(app_impl_, this, request.Pass());
|
| AddRef();
|
| }
|
|
|
| -void TestServiceApplication::Create(ApplicationConnection* connection,
|
| +void TestServiceApplication::Create(const ConnectionContext& connection_context,
|
| InterfaceRequest<TestTimeService> request) {
|
| new TestTimeServiceImpl(app_impl_, request.Pass());
|
| }
|
|
|