| Index: services/shape_detection/face_detection_impl_mac.h
|
| diff --git a/services/shape_detection/face_detection_impl_mac.h b/services/shape_detection/face_detection_impl_mac.h
|
| index 88c9ac23de093e6c664e357654625264bafab602..fb978c785a36204e44cc8978dfee394816bb0521 100644
|
| --- a/services/shape_detection/face_detection_impl_mac.h
|
| +++ b/services/shape_detection/face_detection_impl_mac.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef SERVICES_SHAPE_DETECTION_FACE_DETECTION_IMPL_MAC_H_
|
| #define SERVICES_SHAPE_DETECTION_FACE_DETECTION_IMPL_MAC_H_
|
|
|
| -#import <QuartzCore/QuartzCore.h>
|
| -
|
| #include "base/mac/scoped_nsobject.h"
|
| #include "services/shape_detection/public/interfaces/facedetection.mojom.h"
|
|
|
| +@class CIDetector;
|
| +
|
| namespace shape_detection {
|
|
|
| class FaceDetectionImplMac : public shape_detection::mojom::FaceDetection {
|
|
|