| Index: ios/chrome/browser/ui/side_swipe/side_swipe_controller.h
|
| diff --git a/ios/chrome/browser/ui/side_swipe/side_swipe_controller.h b/ios/chrome/browser/ui/side_swipe/side_swipe_controller.h
|
| index 81f4fdf4a2340447a7cc392da59419d9c9ba537c..0a13aae9d7d1be92d4b5f2532a1a436afa05f924 100644
|
| --- a/ios/chrome/browser/ui/side_swipe/side_swipe_controller.h
|
| +++ b/ios/chrome/browser/ui/side_swipe/side_swipe_controller.h
|
| @@ -78,8 +78,8 @@ extern NSString* const kSideSwipeDidStopNotification;
|
| : NSObject<CRWSwipeRecognizerProvider, UIGestureRecognizerDelegate>
|
|
|
| @property(nonatomic, assign) BOOL inSwipe;
|
| -@property(nonatomic, assign) id<SideSwipeControllerDelegate> swipeDelegate;
|
| -@property(nonatomic, assign) id<TabSnapshottingDelegate> snapshotDelegate;
|
| +@property(nonatomic, weak) id<SideSwipeControllerDelegate> swipeDelegate;
|
| +@property(nonatomic, weak) id<TabSnapshottingDelegate> snapshotDelegate;
|
|
|
| // Initializer.
|
| - (id)initWithTabModel:(TabModel*)model
|
|
|