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

Unified Diff: ios/chrome/browser/ui/material_components/activity_indicator.mm

Issue 2888993003: [ObjC ARC] Converts ios/chrome/browser/ui/material_components:material_components to ARC. (Closed)
Patch Set: Adding strong classifier to app_bar_presenting.h 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
Index: ios/chrome/browser/ui/material_components/activity_indicator.mm
diff --git a/ios/chrome/browser/ui/material_components/activity_indicator.mm b/ios/chrome/browser/ui/material_components/activity_indicator.mm
index fc6487467acd23282a38eab99ef300bb4daaab6e..e5361fd974a78b0ade8df14d377c48a14930bae8 100644
--- a/ios/chrome/browser/ui/material_components/activity_indicator.mm
+++ b/ios/chrome/browser/ui/material_components/activity_indicator.mm
@@ -7,6 +7,10 @@
#import "ios/chrome/browser/ui/colors/MDCPalette+CrAdditions.h"
#import "ios/third_party/material_components_ios/src/components/Palettes/src/MaterialPalettes.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
NSArray* ActivityIndicatorBrandedCycleColors() {
#if defined(GOOGLE_CHROME_BUILD)
return @[
« no previous file with comments | « ios/chrome/browser/ui/material_components/BUILD.gn ('k') | ios/chrome/browser/ui/material_components/app_bar_presenting.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698