Index: chrome/browser/ui/touch/tabs/touch_tab_strip.cc |
diff --git a/chrome/browser/ui/touch/tabs/touch_tab_strip.cc b/chrome/browser/ui/touch/tabs/touch_tab_strip.cc |
index f914ef90c4f944bb564a5a1ab1f79b9d8368e71b..c99d9bd2902593a754b00185d8581690e4401f60 100644 |
--- a/chrome/browser/ui/touch/tabs/touch_tab_strip.cc |
+++ b/chrome/browser/ui/touch/tabs/touch_tab_strip.cc |
@@ -86,7 +86,8 @@ void TouchTabStrip::RemoveTabAt(int model_index) { |
StartRemoveTabAnimation(model_index); |
} |
-void TouchTabStrip::SelectTabAt(int old_model_index, int new_model_index) { |
+void SetSelection(const TabStripSelectionModel& old_selection, |
+ const TabStripSelectionModel& new_selection) { |
SchedulePaint(); |
} |