summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/tabs/dragged_tab_controller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/tabs/dragged_tab_controller.cc')
-rw-r--r--chrome/browser/views/tabs/dragged_tab_controller.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/views/tabs/dragged_tab_controller.cc b/chrome/browser/views/tabs/dragged_tab_controller.cc
index 0052971..9a55152 100644
--- a/chrome/browser/views/tabs/dragged_tab_controller.cc
+++ b/chrome/browser/views/tabs/dragged_tab_controller.cc
@@ -689,10 +689,10 @@ TabStrip* DraggedTabController::GetTabStripForPoint(
if (!browser || !browser->IsBrowserTypeNormal())
return NULL;
- TabStrip* other_tabstrip = browser->tabstrip();
+ TabStripWrapper* other_tabstrip = browser->tabstrip();
if (!other_tabstrip->IsCompatibleWith(source_tabstrip_))
return NULL;
- return GetTabStripIfItContains(other_tabstrip, screen_point);
+ return GetTabStripIfItContains(other_tabstrip->AsTabStrip(), screen_point);
}
TabStrip* DraggedTabController::GetTabStripIfItContains(