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

Unified Diff: ios/chrome/browser/ui/rtl_geometry.mm

Issue 2569713002: [ObjC ARC] Converts ios/chrome/browser/ui:ui to ARC. (Closed)
Patch Set: Created 4 years 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/reversed_animation.mm ('k') | ios/chrome/browser/ui/show_mail_composer_util.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/rtl_geometry.mm
diff --git a/ios/chrome/browser/ui/rtl_geometry.mm b/ios/chrome/browser/ui/rtl_geometry.mm
index 82c7dd740723240541af41205540d16a7a6e87d6..7e0375d51849db841cd255465271e93a419252ee 100644
--- a/ios/chrome/browser/ui/rtl_geometry.mm
+++ b/ios/chrome/browser/ui/rtl_geometry.mm
@@ -10,6 +10,10 @@
#include "base/logging.h"
#include "ios/chrome/browser/ui/ui_util.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
bool UseRTLLayout() {
return base::i18n::IsRTL();
}
« no previous file with comments | « ios/chrome/browser/ui/reversed_animation.mm ('k') | ios/chrome/browser/ui/show_mail_composer_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698