Index: components/infobars/core/simple_alert_infobar_delegate.cc |
diff --git a/components/infobars/core/simple_alert_infobar_delegate.cc b/components/infobars/core/simple_alert_infobar_delegate.cc |
index fa0188e043d4a171512a8aa7967e45c044395384..56fbfce207a2119463d565c5a79d80e5388348ce 100644 |
--- a/components/infobars/core/simple_alert_infobar_delegate.cc |
+++ b/components/infobars/core/simple_alert_infobar_delegate.cc |
@@ -36,9 +36,9 @@ int SimpleAlertInfoBarDelegate::GetIconID() const { |
return icon_id_; |
} |
-bool SimpleAlertInfoBarDelegate::ShouldExpireInternal( |
+bool SimpleAlertInfoBarDelegate::ShouldExpire( |
const NavigationDetails& details) const { |
- return auto_expire_ && ConfirmInfoBarDelegate::ShouldExpireInternal(details); |
+ return auto_expire_ && ConfirmInfoBarDelegate::ShouldExpire(details); |
} |
base::string16 SimpleAlertInfoBarDelegate::GetMessageText() const { |