| Index: services/shape_detection/text_detection_impl.cc
|
| diff --git a/services/shape_detection/text_detection_impl.cc b/services/shape_detection/text_detection_impl.cc
|
| index c5a3f091ba2166b77577d8d17a6004b98335a4a8..67d73a324693e40454f7d92c6e6be7364150e0eb 100644
|
| --- a/services/shape_detection/text_detection_impl.cc
|
| +++ b/services/shape_detection/text_detection_impl.cc
|
| @@ -7,7 +7,9 @@
|
| namespace shape_detection {
|
|
|
| // static
|
| -void TextDetectionImpl::Create(mojom::TextDetectionRequest request) {
|
| +void TextDetectionImpl::Create(
|
| + const service_manager::BindSourceInfo& source_info,
|
| + mojom::TextDetectionRequest request) {
|
| DLOG(ERROR) << "Platform not supported for Text Detection Service.";
|
| }
|
|
|
|
|