| Index: chrome/browser/infobars/infobar_delegate.cc
|
| diff --git a/chrome/browser/infobars/infobar_delegate.cc b/chrome/browser/infobars/infobar_delegate.cc
|
| index 614400fdbfba4f571ab04a06502ecd4b1819b2de..777e054166cabd02e82d5e8541384aeeeaef3743 100644
|
| --- a/chrome/browser/infobars/infobar_delegate.cc
|
| +++ b/chrome/browser/infobars/infobar_delegate.cc
|
| @@ -84,7 +84,7 @@ InfoBarDelegate::InfoBarDelegate(InfoBarTabHelper* infobar_helper)
|
| void InfoBarDelegate::StoreActiveEntryUniqueID(
|
| InfoBarTabHelper* infobar_helper) {
|
| NavigationEntry* active_entry =
|
| - infobar_helper->tab_contents()->GetController().GetActiveEntry();
|
| + infobar_helper->tab_contents()->controller().GetActiveEntry();
|
| contents_unique_id_ = active_entry ? active_entry->unique_id() : 0;
|
| }
|
|
|
|
|