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

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

Issue 2851303006: [ObjC ARC] Converts ios/chrome/browser/ui/toolbar:toolbar to ARC. (Closed)
Patch Set: Fix DCHECK 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
« no previous file with comments | « ios/chrome/browser/ui/toolbar/new_tab_button.mm ('k') | ios/chrome/browser/ui/toolbar/toolbar_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « ios/chrome/browser/ui/toolbar/new_tab_button.mm ('k') | ios/chrome/browser/ui/toolbar/toolbar_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698