| Index: services/prediction/prediction_service_impl.h
|
| diff --git a/services/prediction/prediction_service_impl.h b/services/prediction/prediction_service_impl.h
|
| index 4963004793479c00d1dfde535779dc3b39435341..64e2b50bfa046f014a62648941ebecbf58726113 100644
|
| --- a/services/prediction/prediction_service_impl.h
|
| +++ b/services/prediction/prediction_service_impl.h
|
| @@ -41,7 +41,7 @@ class PredictionServiceDelegate
|
| mojo::ApplicationConnection* connection) override;
|
|
|
| // mojo::InterfaceRequest<PredictionService> implementation
|
| - void Create(mojo::ApplicationConnection* connection,
|
| + void Create(const mojo::ConnectionContext& connection_context,
|
| mojo::InterfaceRequest<PredictionService> request) override;
|
| };
|
|
|
|
|