Index: ios/chrome/browser/suggestions/image_fetcher_impl.mm |
diff --git a/ios/chrome/browser/suggestions/image_fetcher_impl.mm b/ios/chrome/browser/suggestions/image_fetcher_impl.mm |
index 77390d5b47b8d17022fbf762e8b02c440ccf741e..ceee532fa60c0c026451e04131fd369c98de116c 100644 |
--- a/ios/chrome/browser/suggestions/image_fetcher_impl.mm |
+++ b/ios/chrome/browser/suggestions/image_fetcher_impl.mm |
@@ -14,6 +14,10 @@ |
#include "skia/ext/skia_utils_ios.h" |
#include "ui/gfx/image/image.h" |
+#if !defined(__has_feature) || !__has_feature(objc_arc) |
+#error "This file requires ARC support." |
+#endif |
+ |
namespace suggestions { |
ImageFetcherImpl::ImageFetcherImpl( |