Index: components/infobars/core/simple_alert_infobar_delegate.h |
diff --git a/components/infobars/core/simple_alert_infobar_delegate.h b/components/infobars/core/simple_alert_infobar_delegate.h |
index 4ec42d66a62648dbbbec3f5c1cb3db3747a65b3a..0a8c7c2831c5143b9a7723eb1509b390f379e272 100644 |
--- a/components/infobars/core/simple_alert_infobar_delegate.h |
+++ b/components/infobars/core/simple_alert_infobar_delegate.h |
@@ -30,10 +30,10 @@ class SimpleAlertInfoBarDelegate : public ConfirmInfoBarDelegate { |
~SimpleAlertInfoBarDelegate() override; |
// ConfirmInfoBarDelegate: |
+ bool ShouldExpireInternal(const NavigationDetails& details) const override; |
int GetIconID() const override; |
base::string16 GetMessageText() const override; |
int GetButtons() const override; |
- bool ShouldExpireInternal(const NavigationDetails& details) const override; |
const int icon_id_; |
base::string16 message_; |