| Index: ios/chrome/browser/ui/tab_switcher/tab_switcher_session_cell_data.h
|
| diff --git a/ios/chrome/browser/ui/tab_switcher/tab_switcher_session_cell_data.h b/ios/chrome/browser/ui/tab_switcher/tab_switcher_session_cell_data.h
|
| index 76dca5392a304f73fff3709ef2591472ef33b86a..d61b101e49f6f547ee1ebbaf03e5a6864470c153 100644
|
| --- a/ios/chrome/browser/ui/tab_switcher/tab_switcher_session_cell_data.h
|
| +++ b/ios/chrome/browser/ui/tab_switcher/tab_switcher_session_cell_data.h
|
| @@ -20,7 +20,7 @@ enum TabSwitcherSessionCellType {
|
|
|
| // This class hold the data used to configure the content of a
|
| // TabSwitcherHeaderCell.
|
| -@interface SessionCellData : NSObject
|
| +@interface TabSwitcherSessionCellData : NSObject
|
|
|
| // Those two methods are used to create incognito and open tab cell data.
|
| // Each method create a SessionCellData object on the first call and returns
|
|
|