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

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

Issue 2569213002: [ObjC ARC] Reland of 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/favicon_view.mm ('k') | ios/chrome/browser/ui/image_util.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/file_locations.mm
diff --git a/ios/chrome/browser/ui/file_locations.mm b/ios/chrome/browser/ui/file_locations.mm
index f3c55e955beab6849438ef9bd51379fd50ef2a50..21e87e37755a74dbc5c332fe955c16df77715338 100644
--- a/ios/chrome/browser/ui/file_locations.mm
+++ b/ios/chrome/browser/ui/file_locations.mm
@@ -9,6 +9,10 @@
#include "base/strings/sys_string_conversions.h"
#include "ios/chrome/browser/application_context.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace {
// English is the default locale for the Terms of Service.
const char kEnglishLocale[] = "en";
« no previous file with comments | « ios/chrome/browser/ui/favicon_view.mm ('k') | ios/chrome/browser/ui/image_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698