| Index: services/shape_detection/text_detection_impl.h
|
| diff --git a/services/shape_detection/text_detection_impl.h b/services/shape_detection/text_detection_impl.h
|
| index 617f6e8bc7f5105e4eebbe166fe4e3e9b4aa7e6e..ad79ba518aad56c614e72d18ad8cb66bdd0a5a11 100644
|
| --- a/services/shape_detection/text_detection_impl.h
|
| +++ b/services/shape_detection/text_detection_impl.h
|
| @@ -7,11 +7,16 @@
|
|
|
| #include "services/shape_detection/public/interfaces/textdetection.mojom.h"
|
|
|
| +namespace service_manager {
|
| +struct BindSourceInfo;
|
| +}
|
| +
|
| namespace shape_detection {
|
|
|
| class TextDetectionImpl {
|
| public:
|
| - static void Create(mojom::TextDetectionRequest request);
|
| + static void Create(const service_manager::BindSourceInfo& source_info,
|
| + mojom::TextDetectionRequest request);
|
|
|
| private:
|
| ~TextDetectionImpl() = default;
|
|
|