| Index: chrome/browser/tab_contents/web_drop_target_win.cc
|
| diff --git a/chrome/browser/tab_contents/web_drop_target_win.cc b/chrome/browser/tab_contents/web_drop_target_win.cc
|
| index 84b70ac3233a15731f0aae1e0125ce4362e975b9..b25e1faf91c152a9ab67e87a033e911f4aeb3a2b 100644
|
| --- a/chrome/browser/tab_contents/web_drop_target_win.cc
|
| +++ b/chrome/browser/tab_contents/web_drop_target_win.cc
|
| @@ -229,7 +229,7 @@ DWORD WebDropTarget::OnDrop(IDataObject* data_object,
|
|
|
| // Focus the target browser.
|
| Browser* browser = Browser::GetBrowserForController(
|
| - &tab_contents_->GetController(), NULL);
|
| + &tab_contents_->controller(), NULL);
|
| if (browser)
|
| browser->window()->Show();
|
|
|
|
|