| Index: ios/public/provider/chrome/browser/images/test_branded_image_provider.mm
|
| diff --git a/ios/public/provider/chrome/browser/images/test_branded_image_provider.mm b/ios/public/provider/chrome/browser/images/test_branded_image_provider.mm
|
| index 257ca25e6a36447ecfd77f68b82e9a597794b1aa..c509ed80d5f5ee8e37496b19537ad9dd43498a00 100644
|
| --- a/ios/public/provider/chrome/browser/images/test_branded_image_provider.mm
|
| +++ b/ios/public/provider/chrome/browser/images/test_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
|
| +
|
| TestBrandedImageProvider::TestBrandedImageProvider() {}
|
|
|
| TestBrandedImageProvider::~TestBrandedImageProvider() {}
|
|
|