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

Unified Diff: ios/chrome/browser/ui/tab_switcher/tab_switcher_header_view.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_view.h
diff --git a/ios/chrome/browser/ui/tab_switcher/tab_switcher_header_view.h b/ios/chrome/browser/ui/tab_switcher/tab_switcher_header_view.h
index c37ad7bd77dce161ca6a87d9fd34d1c80d80c9b5..374794ce8a6b3217151c9b9ffd93f15761dbe678 100644
--- a/ios/chrome/browser/ui/tab_switcher/tab_switcher_header_view.h
+++ b/ios/chrome/browser/ui/tab_switcher/tab_switcher_header_view.h
@@ -9,7 +9,7 @@
#include "base/ios/block_types.h"
-@class SessionCellData;
+@class TabSwitcherSessionCellData;
@class TabSwitcherHeaderView;
@protocol TabSwitcherHeaderViewDelegate<NSObject>
@@ -25,7 +25,7 @@
@protocol TabSwitcherHeaderViewDataSource<NSObject>
- (NSInteger)tabSwitcherHeaderViewSessionCount;
-- (SessionCellData*)sessionCellDataAtIndex:(NSUInteger)index;
+- (TabSwitcherSessionCellData*)sessionCellDataAtIndex:(NSUInteger)index;
@end

Powered by Google App Engine
This is Rietveld 408576698