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