| Index: services/shape_detection/shape_detection_service.h
|
| diff --git a/services/shape_detection/shape_detection_service.h b/services/shape_detection/shape_detection_service.h
|
| index bf0f78c325e1c5497eda48d15f194a1cbb15154a..549349cccee7b53f8ceb6561fc40010d14376775 100644
|
| --- a/services/shape_detection/shape_detection_service.h
|
| +++ b/services/shape_detection/shape_detection_service.h
|
| @@ -24,7 +24,7 @@ class ShapeDetectionService : public service_manager::Service {
|
| ~ShapeDetectionService() override;
|
|
|
| void OnStart() override;
|
| - void OnBindInterface(const service_manager::ServiceInfo& source_info,
|
| + void OnBindInterface(const service_manager::BindSourceInfo& source_info,
|
| const std::string& interface_name,
|
| mojo::ScopedMessagePipeHandle interface_pipe) override;
|
|
|
|
|