Index: components/translate/core/browser/translate_infobar_delegate.h |
diff --git a/components/translate/core/browser/translate_infobar_delegate.h b/components/translate/core/browser/translate_infobar_delegate.h |
index ab1bcc9bac836a216291735e42b5bb7a871b8a78..28365cbbd9c6c8b44bb209f596599554698308bc 100644 |
--- a/components/translate/core/browser/translate_infobar_delegate.h |
+++ b/components/translate/core/browser/translate_infobar_delegate.h |
@@ -192,11 +192,11 @@ class TranslateInfoBarDelegate : public infobars::InfoBarDelegate { |
typedef std::pair<std::string, base::string16> LanguageNamePair; |
// InfoBarDelegate: |
- virtual void InfoBarDismissed() OVERRIDE; |
- virtual int GetIconID() const OVERRIDE; |
- virtual infobars::InfoBarDelegate::Type GetInfoBarType() const OVERRIDE; |
- virtual bool ShouldExpire(const NavigationDetails& details) const OVERRIDE; |
- virtual TranslateInfoBarDelegate* AsTranslateInfoBarDelegate() OVERRIDE; |
+ virtual void InfoBarDismissed() override; |
+ virtual int GetIconID() const override; |
+ virtual infobars::InfoBarDelegate::Type GetInfoBarType() const override; |
+ virtual bool ShouldExpire(const NavigationDetails& details) const override; |
+ virtual TranslateInfoBarDelegate* AsTranslateInfoBarDelegate() override; |
bool is_off_the_record_; |
translate::TranslateStep step_; |