Chromium Code Reviews| Index: chrome/browser/tab_contents/web_drop_target_win.cc |
| =================================================================== |
| --- chrome/browser/tab_contents/web_drop_target_win.cc (revision 115228) |
| +++ chrome/browser/tab_contents/web_drop_target_win.cc (working copy) |
| @@ -229,7 +229,7 @@ |
| // Focus the target browser. |
| Browser* browser = Browser::GetBrowserForController( |
| - &tab_contents_->controller(), NULL); |
| + &tab_contents_->GetController(), NULL); |
| if (browser) |
| browser->window()->Show(); |