| Index: chrome/browser/infobars/confirm_infobar_delegate.cc
|
| diff --git a/chrome/browser/infobars/confirm_infobar_delegate.cc b/chrome/browser/infobars/confirm_infobar_delegate.cc
|
| index 9b9ac8a513d7f1cb0f5f56ecd4c79abfbc15f872..19bbc401aca0fc1692fe3a108302b975faac5770 100644
|
| --- a/chrome/browser/infobars/confirm_infobar_delegate.cc
|
| +++ b/chrome/browser/infobars/confirm_infobar_delegate.cc
|
| @@ -50,9 +50,9 @@ ConfirmInfoBarDelegate::ConfirmInfoBarDelegate()
|
| }
|
|
|
| bool ConfirmInfoBarDelegate::ShouldExpireInternal(
|
| - const content::LoadCommittedDetails& details) const {
|
| + const NavigationDetails& details) const {
|
| return !details.did_replace_entry &&
|
| - InfoBarDelegate::ShouldExpireInternal(details);
|
| + InfoBarDelegate::ShouldExpireInternal(details);
|
| }
|
|
|
| // ConfirmInfoBarDelegate::CreateInfoBar() is implemented in platform-specific
|
|
|