| Index: chrome/browser/ui/cocoa/keystone_infobar_delegate.mm
|
| diff --git a/chrome/browser/ui/cocoa/keystone_infobar_delegate.mm b/chrome/browser/ui/cocoa/keystone_infobar_delegate.mm
|
| index 4c85edadc0eb9a1606930393e064abea7547c652..9646483cc7c349ede522212d8bd14747f1851e6e 100644
|
| --- a/chrome/browser/ui/cocoa/keystone_infobar_delegate.mm
|
| +++ b/chrome/browser/ui/cocoa/keystone_infobar_delegate.mm
|
| @@ -51,13 +51,13 @@ class KeystonePromotionInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| void SetCanExpire() { can_expire_ = true; }
|
|
|
| // ConfirmInfoBarDelegate
|
| - virtual int GetIconID() const OVERRIDE;
|
| - virtual base::string16 GetMessageText() const OVERRIDE;
|
| - virtual base::string16 GetButtonLabel(InfoBarButton button) const OVERRIDE;
|
| - virtual bool Accept() OVERRIDE;
|
| - virtual bool Cancel() OVERRIDE;
|
| + virtual int GetIconID() const override;
|
| + virtual base::string16 GetMessageText() const override;
|
| + virtual base::string16 GetButtonLabel(InfoBarButton button) const override;
|
| + virtual bool Accept() override;
|
| + virtual bool Cancel() override;
|
| virtual bool ShouldExpireInternal(
|
| - const NavigationDetails& details) const OVERRIDE;
|
| + const NavigationDetails& details) const override;
|
|
|
| // The prefs to use.
|
| PrefService* prefs_; // weak
|
|
|