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

Unified Diff: ios/chrome/browser/web/fake_mailto_handler_helpers.mm

Issue 2879423002: [ObjC ARC] Converts ios/chrome/browser/web:test_support to ARC. (Closed)
Patch Set: Created 3 years, 7 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/chrome/browser/web/chrome_web_test.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/web/fake_mailto_handler_helpers.mm
diff --git a/ios/chrome/browser/web/fake_mailto_handler_helpers.mm b/ios/chrome/browser/web/fake_mailto_handler_helpers.mm
index c370dfec3dfb7af5515a88f2c27ffb25c368a11a..870298e552436d72f4acaf0091980d988969eddf 100644
--- a/ios/chrome/browser/web/fake_mailto_handler_helpers.mm
+++ b/ios/chrome/browser/web/fake_mailto_handler_helpers.mm
@@ -4,6 +4,10 @@
#import "ios/chrome/browser/web/fake_mailto_handler_helpers.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
@implementation FakeMailtoHandlerGmailNotInstalled
- (BOOL)isAvailable {
return NO;
« no previous file with comments | « ios/chrome/browser/web/chrome_web_test.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698