| Index: chrome/browser/infobars/simple_alert_infobar_delegate.h
|
| diff --git a/chrome/browser/infobars/simple_alert_infobar_delegate.h b/chrome/browser/infobars/simple_alert_infobar_delegate.h
|
| index 7bd125afaccc5243c33d056de00e163a111e6902..303c43a4ceacbe36e354b231621e818e2042a95c 100644
|
| --- a/chrome/browser/infobars/simple_alert_infobar_delegate.h
|
| +++ b/chrome/browser/infobars/simple_alert_infobar_delegate.h
|
| @@ -10,6 +10,8 @@
|
| #include "base/strings/string16.h"
|
| #include "chrome/browser/infobars/confirm_infobar_delegate.h"
|
|
|
| +class InfoBarService;
|
| +
|
| class SimpleAlertInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| public:
|
| // Creates a simple alert infobar and delegate and adds the infobar to
|
| @@ -29,8 +31,8 @@ class SimpleAlertInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| virtual int GetIconID() const OVERRIDE;
|
| virtual base::string16 GetMessageText() const OVERRIDE;
|
| virtual int GetButtons() const OVERRIDE;
|
| - virtual bool ShouldExpireInternal(
|
| - const content::LoadCommittedDetails& details) const OVERRIDE;
|
| + virtual bool ShouldExpireInternal(const NavigationDetails& details) const
|
| + OVERRIDE;
|
|
|
| const int icon_id_;
|
| base::string16 message_;
|
|
|