| Index: ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.h
|
| diff --git a/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.h b/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.h
|
| index 79be1ad2c6f1d0e90661c2f2cc938906756d7107..42d3249461422873b3bef627b0b8817cf7bb3c39 100644
|
| --- a/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.h
|
| +++ b/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.h
|
| @@ -43,7 +43,7 @@ CGFloat tabSwitcherLocalSessionCellTopBarHeight();
|
| // Sets the cell's appearance using information in |tab|.
|
| - (void)setAppearanceForTab:(Tab*)tab cellSize:(CGSize)cellSize;
|
| // Sets the cell's appearance depending on |type|.
|
| -- (void)setSessionType:(ios_internal::SessionType)type;
|
| +- (void)setSessionType:(TabSwitcherSessionType)type;
|
| // Sets the cell's delegate.
|
| - (void)setDelegate:(id<SessionCellDelegate>)delegate;
|
|
|
|
|