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

Unified Diff: ios/chrome/browser/passwords/password_generation_utils.mm

Issue 2512983002: [ObjC ARC] Converts ios/chrome/browser/passwords:passwords_generation_utils to ARC.Automatically … (Closed)
Patch Set: Created 4 years, 1 month 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/passwords/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/passwords/password_generation_utils.mm
diff --git a/ios/chrome/browser/passwords/password_generation_utils.mm b/ios/chrome/browser/passwords/password_generation_utils.mm
index 7f1abd44dba9920598c3052e76e67307dae93191..0d5fa6add2cee3662a7f075c1602569a3964736d 100644
--- a/ios/chrome/browser/passwords/password_generation_utils.mm
+++ b/ios/chrome/browser/passwords/password_generation_utils.mm
@@ -7,6 +7,10 @@
#include "base/i18n/rtl.h"
#include "ios/chrome/browser/ui/ui_util.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace passwords {
namespace {
« no previous file with comments | « ios/chrome/browser/passwords/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698