| Index: chrome/browser/tab_contents/web_drag_bookmark_handler_aura.cc
|
| diff --git a/chrome/browser/tab_contents/web_drag_bookmark_handler_aura.cc b/chrome/browser/tab_contents/web_drag_bookmark_handler_aura.cc
|
| index 7bd23b57b4b97073b9c641f06f3110ded227326c..c074236e3677d89b7985152dc5689daef9c3f5f6 100644
|
| --- a/chrome/browser/tab_contents/web_drag_bookmark_handler_aura.cc
|
| +++ b/chrome/browser/tab_contents/web_drag_bookmark_handler_aura.cc
|
| @@ -69,7 +69,7 @@ void WebDragBookmarkHandlerAura::OnDrop() {
|
| }
|
|
|
| // Focus the target browser.
|
| - Browser* browser = browser::FindBrowserWithWebContents(web_contents_);
|
| + Browser* browser = chrome::FindBrowserWithWebContents(web_contents_);
|
| if (browser)
|
| browser->window()->Show();
|
| }
|
|
|