Index: services/shape_detection/shape_detection_service.cc |
diff --git a/services/shape_detection/shape_detection_service.cc b/services/shape_detection/shape_detection_service.cc |
index 6891d4a672cf039fcb61a4a929aaedcdb5ed9f67..3dd56ab19f07333cccee973354b12ddb0f3a3e32 100644 |
--- a/services/shape_detection/shape_detection_service.cc |
+++ b/services/shape_detection/shape_detection_service.cc |
@@ -30,7 +30,7 @@ void ShapeDetectionService::OnStart() { |
} |
void ShapeDetectionService::OnBindInterface( |
- const service_manager::ServiceInfo& source_info, |
+ const service_manager::BindSourceInfo& source_info, |
const std::string& interface_name, |
mojo::ScopedMessagePipeHandle interface_pipe) { |
registry_.BindInterface(source_info.identity, interface_name, |