| Index: chrome/browser/tab_contents/web_drag_bookmark_handler_win.cc
|
| diff --git a/chrome/browser/tab_contents/web_drag_bookmark_handler_win.cc b/chrome/browser/tab_contents/web_drag_bookmark_handler_win.cc
|
| index 827796e03622502ee93bb45c9c6a547d2c2a467c..37172a8e46a51f8c444af0afcadf26394dfd62da 100644
|
| --- a/chrome/browser/tab_contents/web_drag_bookmark_handler_win.cc
|
| +++ b/chrome/browser/tab_contents/web_drag_bookmark_handler_win.cc
|
| @@ -75,7 +75,7 @@ void WebDragBookmarkHandlerWin::OnDrop(IDataObject* data_object) {
|
| }
|
|
|
| // Focus the target browser.
|
| - Browser* browser = browser::FindBrowserWithWebContents(web_contents_);
|
| + Browser* browser = chrome::FindBrowserWithWebContents(web_contents_);
|
| if (browser)
|
| browser->window()->Show();
|
| }
|
|
|