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

Unified Diff: ios/chrome/browser/ui/toolbar/toolbar_button_tints.mm

Issue 2808873002: [ObjC ARC] Converts ios/chrome/browser/ui/toolbar:toolbar to ARC. (Closed)
Patch Set: feedback Created 3 years, 8 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/toolbar/toolbar_button_tints.mm
diff --git a/ios/chrome/browser/ui/toolbar/toolbar_button_tints.mm b/ios/chrome/browser/ui/toolbar/toolbar_button_tints.mm
index 6d189641f0c0acd0c2d595b8ed2ed9c43bb3a270..198153e8677abc027e982e7f3b43cb58fc4f85d3 100644
--- a/ios/chrome/browser/ui/toolbar/toolbar_button_tints.mm
+++ b/ios/chrome/browser/ui/toolbar/toolbar_button_tints.mm
@@ -6,6 +6,10 @@
#import "ios/chrome/browser/ui/uikit_ui_util.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace toolbar {
// The colors used to tint the buttons in the toolbar.

Powered by Google App Engine
This is Rietveld 408576698