| Index: services/shape_detection/text_detection_impl_mac.mm
|
| diff --git a/services/shape_detection/text_detection_impl_mac.mm b/services/shape_detection/text_detection_impl_mac.mm
|
| index 3894770ada51c1c4a0e20e75e3a7341d5c1197cc..95ca50af4e17838288af22a51bd99f47d24665c5 100644
|
| --- a/services/shape_detection/text_detection_impl_mac.mm
|
| +++ b/services/shape_detection/text_detection_impl_mac.mm
|
| @@ -31,7 +31,9 @@ void RunCallbackWithNoResults(
|
| } // anonymous namespace
|
|
|
| // static
|
| -void TextDetectionImpl::Create(mojom::TextDetectionRequest request) {
|
| +void TextDetectionImpl::Create(
|
| + const service_manager::BindSourceInfo& source_info,
|
| + mojom::TextDetectionRequest request) {
|
| // Text detection needs at least MAC OS X 10.11.
|
| if (!base::mac::IsAtLeastOS10_11())
|
| return;
|
|
|