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

Unified Diff: ios/chrome/browser/ui/ntp/new_tab_page_bar.h

Issue 2955363002: [ObjC ARC] Converts ios/chrome/browser/ui/ntp:ntp_internal to ARC. (Closed)
Patch Set: rebase Created 3 years, 5 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/ntp/most_visited_layout.mm ('k') | ios/chrome/browser/ui/ntp/new_tab_page_bar.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « ios/chrome/browser/ui/ntp/most_visited_layout.mm ('k') | ios/chrome/browser/ui/ntp/new_tab_page_bar.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698