| Index: services/video_capture/video_capture_service.cc
|
| diff --git a/services/video_capture/video_capture_service.cc b/services/video_capture/video_capture_service.cc
|
| index f23bde1dcec4933fd8cde6ad0682a2d09bef8e56..78d3f6e9690ebd28313c1e9ba4423b56c91be4a5 100644
|
| --- a/services/video_capture/video_capture_service.cc
|
| +++ b/services/video_capture/video_capture_service.cc
|
| @@ -29,7 +29,7 @@ VideoCaptureService::VideoCaptureService() = default;
|
| VideoCaptureService::~VideoCaptureService() = default;
|
|
|
| bool VideoCaptureService::OnConnect(
|
| - const service_manager::Identity& remote_identity,
|
| + const service_manager::ServiceInfo& remote_info,
|
| service_manager::InterfaceRegistry* registry) {
|
| registry->AddInterface<mojom::VideoCaptureService>(this);
|
| return true;
|
|
|