| Index: ios/public/provider/chrome/browser/images/branded_image_provider.mm
|
| diff --git a/ios/public/provider/chrome/browser/images/branded_image_provider.mm b/ios/public/provider/chrome/browser/images/branded_image_provider.mm
|
| index 8d52a430aa34fb3ceaf06461a552c1ad3f299539..28b1954bd3ff5872da8b576f63e766e6c7f3f23f 100644
|
| --- a/ios/public/provider/chrome/browser/images/branded_image_provider.mm
|
| +++ b/ios/public/provider/chrome/browser/images/branded_image_provider.mm
|
| @@ -6,6 +6,10 @@
|
|
|
| #import <Foundation/Foundation.h>
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| BrandedImageProvider::BrandedImageProvider() {}
|
|
|
| BrandedImageProvider::~BrandedImageProvider() {}
|
|
|