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

Unified Diff: services/shape_detection/face_detection_impl_mac.mm

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
« no previous file with comments | « services/shape_detection/face_detection_impl_mac.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shape_detection/face_detection_impl_mac.mm
diff --git a/services/shape_detection/face_detection_impl_mac.mm b/services/shape_detection/face_detection_impl_mac.mm
index 211ddac2deb98f742a24c68c791a8a02b3712556..b8539f0d2c3475c99496eaedcae991a27e05e4a3 100644
--- a/services/shape_detection/face_detection_impl_mac.mm
+++ b/services/shape_detection/face_detection_impl_mac.mm
@@ -4,6 +4,8 @@
#include "services/shape_detection/face_detection_impl_mac.h"
+#import <QuartzCore/QuartzCore.h>
+
#include "base/mac/scoped_cftyperef.h"
#include "media/capture/video/scoped_result_callback.h"
#include "mojo/public/cpp/bindings/strong_binding.h"
« no previous file with comments | « services/shape_detection/face_detection_impl_mac.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698