| 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 eb0f1b15ce8aaf10cec331e685d2a932ee8bbe9c..19b48c1538f8edf6b8dac1f3336307ee70798143 100644
|
| --- a/chrome/browser/infobars/simple_alert_infobar_delegate.h
|
| +++ b/chrome/browser/infobars/simple_alert_infobar_delegate.h
|
| @@ -28,11 +28,11 @@ class SimpleAlertInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| virtual ~SimpleAlertInfoBarDelegate();
|
|
|
| // ConfirmInfoBarDelegate:
|
| - virtual int GetIconID() const OVERRIDE;
|
| - virtual base::string16 GetMessageText() const OVERRIDE;
|
| - virtual int GetButtons() const OVERRIDE;
|
| + virtual int GetIconID() const override;
|
| + virtual base::string16 GetMessageText() const override;
|
| + virtual int GetButtons() const override;
|
| virtual bool ShouldExpireInternal(
|
| - const NavigationDetails& details) const OVERRIDE;
|
| + const NavigationDetails& details) const override;
|
|
|
| const int icon_id_;
|
| base::string16 message_;
|
|
|