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

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

Issue 2608253003: [ios] Moves tab_switcher code out of the ios_internal namespace. (Closed)
Patch Set: Review. 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_panel_cell.h
diff --git a/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.h b/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.h
index 79be1ad2c6f1d0e90661c2f2cc938906756d7107..42d3249461422873b3bef627b0b8817cf7bb3c39 100644
--- a/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.h
+++ b/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.h
@@ -43,7 +43,7 @@ CGFloat tabSwitcherLocalSessionCellTopBarHeight();
// Sets the cell's appearance using information in |tab|.
- (void)setAppearanceForTab:(Tab*)tab cellSize:(CGSize)cellSize;
// Sets the cell's appearance depending on |type|.
-- (void)setSessionType:(ios_internal::SessionType)type;
+- (void)setSessionType:(TabSwitcherSessionType)type;
// Sets the cell's delegate.
- (void)setDelegate:(id<SessionCellDelegate>)delegate;

Powered by Google App Engine
This is Rietveld 408576698