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

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

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.h
diff --git a/ios/chrome/browser/ui/tab_switcher/tab_switcher_header_cell.h b/ios/chrome/browser/ui/tab_switcher/tab_switcher_header_cell.h
index d16157db0545f061de468c28a3fbe3a042f11878..7b30d0669e0cac566f1a121e8c45a46c317e6641 100644
--- a/ios/chrome/browser/ui/tab_switcher/tab_switcher_header_cell.h
+++ b/ios/chrome/browser/ui/tab_switcher/tab_switcher_header_cell.h
@@ -7,7 +7,7 @@
#import <UIKit/UIKit.h>
-@class SessionCellData;
+@class TabSwitcherSessionCellData;
// This class is the cell class used in the table view of the tab switcher
// header.
@@ -16,8 +16,8 @@
// Default table view cell identifier.
+ (NSString*)identifier;
-// Load the cell content using the given SessionCellData object.
-- (void)loadSessionCellData:(SessionCellData*)sessionCellData;
+// Load the cell content using the given TabSwitcherSessionCellData object.
+- (void)loadSessionCellData:(TabSwitcherSessionCellData*)sessionCellData;
@end

Powered by Google App Engine
This is Rietveld 408576698