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

Unified Diff: ios/chrome/browser/ui/tab_switcher/tab_switcher_header_view.h

Issue 2810193002: [ObjC ARC] Converts ios/chrome/browser/ui/tab_switcher:tab_switcher to ARC. (Closed)
Patch Set: comment 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/tab_switcher/tab_switcher_header_view.h
diff --git a/ios/chrome/browser/ui/tab_switcher/tab_switcher_header_view.h b/ios/chrome/browser/ui/tab_switcher/tab_switcher_header_view.h
index 374794ce8a6b3217151c9b9ffd93f15761dbe678..208ec2a45015d0fb2f01280e58e1d5f017e5c230 100644
--- a/ios/chrome/browser/ui/tab_switcher/tab_switcher_header_view.h
+++ b/ios/chrome/browser/ui/tab_switcher/tab_switcher_header_view.h
@@ -31,9 +31,9 @@
@interface TabSwitcherHeaderView : UIView
-@property(nonatomic, assign) id<TabSwitcherHeaderViewDelegate> delegate;
-@property(nonatomic, assign) id<TabSwitcherHeaderViewDataSource> dataSource;
-@property(nonatomic, readonly) UIView* dismissButton;
+@property(nonatomic, weak) id<TabSwitcherHeaderViewDelegate> delegate;
+@property(nonatomic, weak) id<TabSwitcherHeaderViewDataSource> dataSource;
+@property(weak, nonatomic, readonly) UIView* dismissButton;
// Selects the item at the specified index.
// The delegate is not called.

Powered by Google App Engine
This is Rietveld 408576698