| 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;
|
|
|