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 e2cc8bc809b8245e0c6e180a790f92569efab157..966da343449ff4b16f1a397c0390e785fb258d7a 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(); |
} |