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

Unified Diff: ios/public/provider/chrome/browser/images/test_branded_image_provider.mm

Issue 2832543002: [ObjC ARC] Converts ios/public/provider/chrome/browser/images:test_support to ARC. (Closed)
Patch Set: Created 3 years, 8 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 | « ios/public/provider/chrome/browser/images/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {}
« no previous file with comments | « ios/public/provider/chrome/browser/images/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698