Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(800)

Unified Diff: chrome/browser/extensions/theme_installed_infobar_delegate.h

Issue 624153002: replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/theme_installed_infobar_delegate.h
diff --git a/chrome/browser/extensions/theme_installed_infobar_delegate.h b/chrome/browser/extensions/theme_installed_infobar_delegate.h
index 3a44a5e6909b1fa1d93587151af9f0865d361242..499a2ebba6b8bef377befd036b2cc2f479e3f4aa 100644
--- a/chrome/browser/extensions/theme_installed_infobar_delegate.h
+++ b/chrome/browser/extensions/theme_installed_infobar_delegate.h
@@ -42,19 +42,19 @@ class ThemeInstalledInfoBarDelegate : public ConfirmInfoBarDelegate,
virtual ~ThemeInstalledInfoBarDelegate();
// ConfirmInfoBarDelegate:
- virtual int GetIconID() const OVERRIDE;
- virtual Type GetInfoBarType() const OVERRIDE;
+ virtual int GetIconID() const override;
+ virtual Type GetInfoBarType() const override;
virtual ThemeInstalledInfoBarDelegate*
- AsThemePreviewInfobarDelegate() OVERRIDE;
- virtual base::string16 GetMessageText() const OVERRIDE;
- virtual int GetButtons() const OVERRIDE;
- virtual base::string16 GetButtonLabel(InfoBarButton button) const OVERRIDE;
- virtual bool Cancel() OVERRIDE;
+ AsThemePreviewInfobarDelegate() override;
+ virtual base::string16 GetMessageText() const override;
+ virtual int GetButtons() const override;
+ virtual base::string16 GetButtonLabel(InfoBarButton button) const override;
+ virtual bool Cancel() override;
// content::NotificationObserver:
virtual void Observe(int type,
const content::NotificationSource& source,
- const content::NotificationDetails& details) OVERRIDE;
+ const content::NotificationDetails& details) override;
ExtensionService* extension_service_;
ThemeService* theme_service_;
« no previous file with comments | « chrome/browser/extensions/test_extension_system.h ('k') | chrome/browser/extensions/token_cache/token_cache_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698