Index: chrome/browser/infobars/infobar_delegate.cc |
=================================================================== |
--- chrome/browser/infobars/infobar_delegate.cc (revision 115228) |
+++ chrome/browser/infobars/infobar_delegate.cc (working copy) |
@@ -84,7 +84,7 @@ |
void InfoBarDelegate::StoreActiveEntryUniqueID( |
InfoBarTabHelper* infobar_helper) { |
NavigationEntry* active_entry = |
- infobar_helper->tab_contents()->controller().GetActiveEntry(); |
+ infobar_helper->tab_contents()->GetController().GetActiveEntry(); |
contents_unique_id_ = active_entry ? active_entry->unique_id() : 0; |
} |