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

Unified Diff: ios/chrome/browser/ui/tab_switcher/tab_switcher_header_cell.mm

Issue 2612733004: Renames SessionChanges and SessionCellData to have a TabSwitcher prefix. (Closed)
Patch Set: Created 3 years, 11 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_header_cell.mm
diff --git a/ios/chrome/browser/ui/tab_switcher/tab_switcher_header_cell.mm b/ios/chrome/browser/ui/tab_switcher/tab_switcher_header_cell.mm
index a45bad08526bc33ff52b73541ed44a0079bda545..2638016b8121e2a76d0a6eff5a1f69f21f4c9984 100644
--- a/ios/chrome/browser/ui/tab_switcher/tab_switcher_header_cell.mm
+++ b/ios/chrome/browser/ui/tab_switcher/tab_switcher_header_cell.mm
@@ -43,7 +43,7 @@ const CGFloat kImageViewWidth = 24;
return [[self class] identifier];
}
-- (void)loadSessionCellData:(SessionCellData*)sessionCellData {
+- (void)loadSessionCellData:(TabSwitcherSessionCellData*)sessionCellData {
[_imageView setImage:sessionCellData.image];
[_label setText:sessionCellData.title];
[self setNeedsLayout];

Powered by Google App Engine
This is Rietveld 408576698