Index: chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.cc |
=================================================================== |
--- chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.cc (revision 115228) |
+++ chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.cc (working copy) |
@@ -82,7 +82,7 @@ |
// Focus the target browser. |
Browser* browser = Browser::GetBrowserForController( |
- &tab_->tab_contents()->controller(), NULL); |
+ &tab_->tab_contents()->GetController(), NULL); |
if (browser) |
browser->window()->Show(); |
} |