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

Unified Diff: ios/chrome/browser/google/google_brand.mm

Issue 2516633002: [ObjC ARC] Converts ios/chrome/browser/google:google to ARC.Automatically generated ARCMigrate co… (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/browser/google/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/google/google_brand.mm
diff --git a/ios/chrome/browser/google/google_brand.mm b/ios/chrome/browser/google/google_brand.mm
index 4580c5b086b2a27ac5b84f84604c142b8e47119b..df5ae652adfaa6a4a1318b4e803040858193b59d 100644
--- a/ios/chrome/browser/google/google_brand.mm
+++ b/ios/chrome/browser/google/google_brand.mm
@@ -6,6 +6,10 @@
#include "ios/public/provider/chrome/browser/chrome_browser_provider.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace ios {
namespace google_brand {
« no previous file with comments | « ios/chrome/browser/google/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698