| Index: ios/chrome/browser/ui/stack_view/stack_view_controller.h
|
| diff --git a/ios/chrome/browser/ui/stack_view/stack_view_controller.h b/ios/chrome/browser/ui/stack_view/stack_view_controller.h
|
| index 8070a7f3d58c7476744fb8b080af9f1b5cfb3259..c1e5390df79253fb6991b8134eba78c1e1ca188c 100644
|
| --- a/ios/chrome/browser/ui/stack_view/stack_view_controller.h
|
| +++ b/ios/chrome/browser/ui/stack_view/stack_view_controller.h
|
| @@ -28,8 +28,8 @@ class GURL;
|
| // Controller for the tab-switching UI displayed as a stack of tabs.
|
| @interface StackViewController : UIViewController<TabSwitcher>
|
|
|
| -@property(nonatomic, assign) id<TabSwitcherDelegate> delegate;
|
| -@property(nonatomic, assign) id<StackViewControllerTestDelegate> testDelegate;
|
| +@property(nonatomic, weak) id<TabSwitcherDelegate> delegate;
|
| +@property(nonatomic, weak) id<StackViewControllerTestDelegate> testDelegate;
|
|
|
| // Initializes with the given tab models, which must not be nil.
|
| // |activeTabModel| is the model which starts active, and must be one of the
|
|
|