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

Unified Diff: ios/chrome/browser/ui/tab_switcher/tab_switcher_session_cell_data.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_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

Powered by Google App Engine
This is Rietveld 408576698