| Index: ios/chrome/browser/ui/ntp/new_tab_page_bar.h
|
| diff --git a/ios/chrome/browser/ui/ntp/new_tab_page_bar.h b/ios/chrome/browser/ui/ntp/new_tab_page_bar.h
|
| index e0e4fd44652afccc71ad7770eba1d7932ac3c931..13262313df365e79690aefe9ab26e9e536b8811d 100644
|
| --- a/ios/chrome/browser/ui/ntp/new_tab_page_bar.h
|
| +++ b/ios/chrome/browser/ui/ntp/new_tab_page_bar.h
|
| @@ -23,11 +23,11 @@
|
| // create a "speech bubble" effect.
|
| @interface NewTabPageBar : UIView<UIGestureRecognizerDelegate>
|
|
|
| -@property(nonatomic, retain) NSArray* items;
|
| +@property(nonatomic, strong) NSArray* items;
|
| @property(nonatomic, assign) NSUInteger selectedIndex;
|
| @property(nonatomic, assign) CGFloat overlayPercentage;
|
| -@property(nonatomic, readonly, retain) NSArray* buttons;
|
| -@property(nonatomic, assign) id<NewTabPageBarDelegate> delegate;
|
| +@property(nonatomic, readonly, strong) NSArray* buttons;
|
| +@property(nonatomic, weak) id<NewTabPageBarDelegate> delegate;
|
|
|
| // Changes the colors of the buttons and overlay depending on the content offset
|
| // of the scroll view. Tablet Incognito only.
|
|
|