Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(378)

Unified Diff: services/shape_detection/face_detection_impl_mac.h

Issue 2667283006: Mac QICRCodeFeature: forward declare in base/mac/sdk_forward_declarations.h (Closed)
Patch Set: Small mods after repro'ing locally Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {
« no previous file with comments | « services/shape_detection/barcode_detection_impl_mac.h ('k') | services/shape_detection/face_detection_impl_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698