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

Unified Diff: ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_controller.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_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|

Powered by Google App Engine
This is Rietveld 408576698