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

Unified Diff: ios/chrome/browser/ui/util/manual_text_framer.h

Issue 2819283004: [ObjC ARC] Converts ios/chrome/browser/ui/util:util to ARC. (Closed)
Patch Set: Fix copy for block 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/util/manual_text_framer.h
diff --git a/ios/chrome/browser/ui/util/manual_text_framer.h b/ios/chrome/browser/ui/util/manual_text_framer.h
index 006a40f011a563493d07b388c6bc1e62fc423c13..1a719ddbfe6348c23e0d1df3cc85545d60b0352c 100644
--- a/ios/chrome/browser/ui/util/manual_text_framer.h
+++ b/ios/chrome/browser/ui/util/manual_text_framer.h
@@ -29,7 +29,7 @@
// The TextFrame created by |-frameText|. Will be nil before |-frameText| is
// called.
-@property(nonatomic, readonly) id<TextFrame> textFrame;
+@property(strong, nonatomic, readonly) id<TextFrame> textFrame;
@end

Powered by Google App Engine
This is Rietveld 408576698