| Index: chrome/browser/ui/views/tabs/dragged_tab_controller.cc
 | 
| diff --git a/chrome/browser/ui/views/tabs/dragged_tab_controller.cc b/chrome/browser/ui/views/tabs/dragged_tab_controller.cc
 | 
| index eab3310889652a6f4ecacd9f5462b793dda82d91..685e0d51e93cef535bebdbcbe69aacbc37f573b9 100644
 | 
| --- a/chrome/browser/ui/views/tabs/dragged_tab_controller.cc
 | 
| +++ b/chrome/browser/ui/views/tabs/dragged_tab_controller.cc
 | 
| @@ -667,7 +667,7 @@ void DraggedTabController::ContinueDragging() {
 | 
|        Attach(target_tabstrip, screen_point);
 | 
|    }
 | 
|    if (!target_tabstrip) {
 | 
| -    bring_to_front_timer_.Start(FROM_HERE,
 | 
| +    bring_to_front_timer_.Start(
 | 
|          base::TimeDelta::FromMilliseconds(kBringToFrontDelay), this,
 | 
|          &DraggedTabController::BringWindowUnderMouseToFront);
 | 
|    }
 | 
| 
 |