Index: chrome/browser/ui/startup/obsolete_system_infobar_delegate.h |
diff --git a/chrome/browser/ui/startup/obsolete_system_infobar_delegate.h b/chrome/browser/ui/startup/obsolete_system_infobar_delegate.h |
index 3f234c011a7c64cc08d554394f63f8ffe3b1cd57..dde2e65fc68e01c47c86e0d204cf1ababaab8388 100644 |
--- a/chrome/browser/ui/startup/obsolete_system_infobar_delegate.h |
+++ b/chrome/browser/ui/startup/obsolete_system_infobar_delegate.h |
@@ -24,10 +24,10 @@ class ObsoleteSystemInfoBarDelegate : public ConfirmInfoBarDelegate { |
ObsoleteSystemInfoBarDelegate(); |
virtual ~ObsoleteSystemInfoBarDelegate(); |
- virtual base::string16 GetMessageText() const OVERRIDE; |
- virtual int GetButtons() const OVERRIDE; |
- virtual base::string16 GetLinkText() const OVERRIDE; |
- virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE; |
+ virtual base::string16 GetMessageText() const override; |
+ virtual int GetButtons() const override; |
+ virtual base::string16 GetLinkText() const override; |
+ virtual bool LinkClicked(WindowOpenDisposition disposition) override; |
DISALLOW_COPY_AND_ASSIGN(ObsoleteSystemInfoBarDelegate); |
}; |