Index: chrome/browser/ui/toolbar/toolbar_model.cc |
=================================================================== |
--- chrome/browser/ui/toolbar/toolbar_model.cc (revision 115228) |
+++ chrome/browser/ui/toolbar/toolbar_model.cc (working copy) |
@@ -169,5 +169,5 @@ |
// toolbar during window creation (i.e. before any tabs have been added |
// to the window). |
TabContents* current_tab = browser_->GetSelectedTabContents(); |
- return current_tab ? ¤t_tab->controller() : NULL; |
+ return current_tab ? ¤t_tab->GetController() : NULL; |
} |