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

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

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_model_unittest.mm
diff --git a/ios/chrome/browser/ui/tab_switcher/tab_switcher_model_unittest.mm b/ios/chrome/browser/ui/tab_switcher/tab_switcher_model_unittest.mm
index 08e5726d5d98630c075e0e801565d256edf56b1d..58c4cf9258d051d9f6110b95193f460072183cc0 100644
--- a/ios/chrome/browser/ui/tab_switcher/tab_switcher_model_unittest.mm
+++ b/ios/chrome/browser/ui/tab_switcher/tab_switcher_model_unittest.mm
@@ -88,7 +88,7 @@ using LightSS = std::vector<LightDS>;
EXPECT_EQ(1UL, _expectedTagsOfTheSessionsNeedingUpdates.erase(tag));
}
-- (void)localSessionMayNeedUpdate:(ios_internal::SessionType)type {
+- (void)localSessionMayNeedUpdate:(TabSwitcherSessionType)type {
NOTREACHED();
}
@@ -96,7 +96,7 @@ using LightSS = std::vector<LightDS>;
NOTREACHED();
}
- (CGSize)sizeForItemAtIndex:(NSUInteger)index
- inSession:(ios_internal::SessionType)session {
+ inSession:(TabSwitcherSessionType)session {
return CGSizeZero;
}
@end
« no previous file with comments | « ios/chrome/browser/ui/tab_switcher/tab_switcher_model.mm ('k') | ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698