// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SERVICES_SHAPE_DETECTION_SHAPE_DETECTION_SERVICE_H_ #define SERVICES_SHAPE_DETECTION_SHAPE_DETECTION_SERVICE_H_ #include "base/functional/callback.h" #include "build/build_config.h" #include "mojo/public/cpp/bindings/pending_receiver.h" #include "mojo/public/cpp/bindings/receiver.h" #include "services/shape_detection/public/mojom/shape_detection_service.mojom.h" namespace shape_detection { class ShapeDetectionService : public mojom::ShapeDetectionService { … }; } // namespace shape_detection #endif // SERVICES_SHAPE_DETECTION_SHAPE_DETECTION_SERVICE_H_