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

Unified Diff: ios/chrome/common/channel_info.mm

Issue 2503483002: [ObjC ARC] Converts ios/chrome/common to ARC (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/BUILD.gn ('k') | ios/chrome/common/material_timing.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/common/channel_info.mm
diff --git a/ios/chrome/common/channel_info.mm b/ios/chrome/common/channel_info.mm
index 2d0eb870937456e4dab2e61c897318d03eebd2b3..6e40f812e8408010ac3cd8ead9934064a901ff85 100644
--- a/ios/chrome/common/channel_info.mm
+++ b/ios/chrome/common/channel_info.mm
@@ -12,6 +12,10 @@
#import "base/strings/sys_string_conversions.h"
#include "components/version_info/version_info.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace {
#if defined(GOOGLE_CHROME_BUILD)
« no previous file with comments | « ios/chrome/common/BUILD.gn ('k') | ios/chrome/common/material_timing.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698