| Index: chrome/browser/tab_contents/web_drag_bookmark_handler_win.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/web_drag_bookmark_handler_win.cc (revision 151481)
|
| +++ chrome/browser/tab_contents/web_drag_bookmark_handler_win.cc (working copy)
|
| @@ -75,8 +75,8 @@
|
| }
|
|
|
| // Focus the target browser.
|
| - Browser* browser = browser::FindBrowserForController(
|
| - &tab_->web_contents()->GetController(), NULL);
|
| + Browser* browser = browser::FindBrowserWithWebContents(
|
| + tab_->web_contents());
|
| if (browser)
|
| browser->window()->Show();
|
| }
|
|
|