Index: chrome/browser/ui/collected_cookies_infobar_delegate.h |
diff --git a/chrome/browser/ui/collected_cookies_infobar_delegate.h b/chrome/browser/ui/collected_cookies_infobar_delegate.h |
index 150f6ac9f86c80a597c89c98e0e407df7a6969e6..4eed88c6acebf2ddae6fed62282f3eceb12289ce 100644 |
--- a/chrome/browser/ui/collected_cookies_infobar_delegate.h |
+++ b/chrome/browser/ui/collected_cookies_infobar_delegate.h |
@@ -25,12 +25,12 @@ class CollectedCookiesInfoBarDelegate : public ConfirmInfoBarDelegate { |
virtual ~CollectedCookiesInfoBarDelegate(); |
// ConfirmInfoBarDelegate: |
- virtual int GetIconID() const OVERRIDE; |
- virtual Type GetInfoBarType() const OVERRIDE; |
- virtual base::string16 GetMessageText() const OVERRIDE; |
- virtual int GetButtons() const OVERRIDE; |
- virtual base::string16 GetButtonLabel(InfoBarButton button) const OVERRIDE; |
- virtual bool Accept() OVERRIDE; |
+ virtual int GetIconID() const override; |
+ virtual Type GetInfoBarType() const override; |
+ virtual base::string16 GetMessageText() const override; |
+ virtual int GetButtons() const override; |
+ virtual base::string16 GetButtonLabel(InfoBarButton button) const override; |
+ virtual bool Accept() override; |
DISALLOW_COPY_AND_ASSIGN(CollectedCookiesInfoBarDelegate); |
}; |