| Index: chrome/browser/infobars/simple_alert_infobar_delegate.cc
|
| diff --git a/chrome/browser/infobars/simple_alert_infobar_delegate.cc b/chrome/browser/infobars/simple_alert_infobar_delegate.cc
|
| index 91443092a2afa976c86b84ad173b21a40b6f769f..e3b54bcefb57af3c8843b02e49c4be68cd3be49c 100644
|
| --- a/chrome/browser/infobars/simple_alert_infobar_delegate.cc
|
| +++ b/chrome/browser/infobars/simple_alert_infobar_delegate.cc
|
| @@ -44,6 +44,6 @@ int SimpleAlertInfoBarDelegate::GetButtons() const {
|
| }
|
|
|
| bool SimpleAlertInfoBarDelegate::ShouldExpireInternal(
|
| - const content::LoadCommittedDetails& details) const {
|
| + const NavigationDetails& details) const {
|
| return auto_expire_ && ConfirmInfoBarDelegate::ShouldExpireInternal(details);
|
| }
|
|
|