| Index: services/shape_detection/barcode_detection_impl_mac.h
|
| diff --git a/services/shape_detection/barcode_detection_impl_mac.h b/services/shape_detection/barcode_detection_impl_mac.h
|
| index 3e854e50575fb474a7c2732971249b84b3477367..a77798976a22e74619169fede3ed19985038e651 100644
|
| --- a/services/shape_detection/barcode_detection_impl_mac.h
|
| +++ b/services/shape_detection/barcode_detection_impl_mac.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef SERVICES_SHAPE_DETECTION_BARCODE_DETECTION_IMPL_MAC_H_
|
| #define SERVICES_SHAPE_DETECTION_BARCODE_DETECTION_IMPL_MAC_H_
|
|
|
| -#import <QuartzCore/QuartzCore.h>
|
| -
|
| #include "base/mac/scoped_nsobject.h"
|
| #include "services/shape_detection/public/interfaces/barcodedetection.mojom.h"
|
|
|
| +@class CIDetector;
|
| +
|
| namespace shape_detection {
|
|
|
| class BarcodeDetectionImplMac
|
|
|