Index: ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_controller.h |
diff --git a/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_controller.h b/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_controller.h |
index 59f87c5871659f544d1c11493cf85f538cf5d87f..d09ebc90dfdc476e1d5bf0f03a132665d2cc39b0 100644 |
--- a/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_controller.h |
+++ b/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_controller.h |
@@ -50,8 +50,9 @@ class ChromeBrowserState; |
@interface TabSwitcherPanelController : NSObject |
-@property(nonatomic, readonly) TabSwitcherPanelView* view; |
-@property(nonatomic, assign) id<TabSwitcherPanelControllerDelegate> delegate; |
+@property(unsafe_unretained, nonatomic, readonly) TabSwitcherPanelView* view; |
+@property(nonatomic, unsafe_unretained) id<TabSwitcherPanelControllerDelegate> |
+ delegate; |
@property(nonatomic, readonly) TabSwitcherSessionType sessionType; |
// Initializes a controller for a view showing local tabs. |offTheRecord| |