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

Unified Diff: ios/chrome/browser/ui/infobars/infobar_view.h

Issue 2831213005: [ObjC ARC] Converts ios/chrome/browser/ui/infobars:infobars to ARC. (Closed)
Patch Set: Remove weak 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/infobars/BUILD.gn ('k') | ios/chrome/browser/ui/infobars/infobar_view.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/infobars/infobar_view.h
diff --git a/ios/chrome/browser/ui/infobars/infobar_view.h b/ios/chrome/browser/ui/infobars/infobar_view.h
index 57be6042ffbdaa4072bb6ae2511d3fbee22640b8..583552f37770bad64c0a50971f2a0bf3d0f5b8dd 100644
--- a/ios/chrome/browser/ui/infobars/infobar_view.h
+++ b/ios/chrome/browser/ui/infobars/infobar_view.h
@@ -21,7 +21,7 @@ class InfoBarViewDelegate;
@property(nonatomic, assign) CGFloat visibleHeight;
// Label text with links initialized with |stringAsLink:|.
-@property(nonatomic, readonly) NSString* markedLabel;
+@property(nonatomic, strong, readonly) NSString* markedLabel;
// Stops propagating events to delegate.
- (void)resetDelegate;
« no previous file with comments | « ios/chrome/browser/ui/infobars/BUILD.gn ('k') | ios/chrome/browser/ui/infobars/infobar_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698