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

Unified Diff: ios/chrome/common/physical_web/physical_web_types.mm

Issue 2512613005: [ObjC ARC] Converts ios/chrome/common/physical_web:physical_web to ARC.Automatically generated AR… (Closed)
Patch Set: Created 4 years, 1 month 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/common/physical_web/physical_web_scanner.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/common/physical_web/physical_web_types.mm
diff --git a/ios/chrome/common/physical_web/physical_web_types.mm b/ios/chrome/common/physical_web/physical_web_types.mm
index c4b9a1a8d11f1750b4f0ffe01d443c5a9ff9be0d..5b47095724112286160e5788a205324d7cecf700 100644
--- a/ios/chrome/common/physical_web/physical_web_types.mm
+++ b/ios/chrome/common/physical_web/physical_web_types.mm
@@ -4,6 +4,10 @@
#import "ios/chrome/common/physical_web/physical_web_types.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace physical_web {
NSString* const kPhysicalWebErrorDomain = @"kPhysicalWebErrorDomain";
« no previous file with comments | « ios/chrome/common/physical_web/physical_web_scanner.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698