Chromium Code Reviews

Unified Diff: chrome/browser/ui/android/content_settings/popup_blocked_infobar_delegate.h

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (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.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/ui/android/content_settings/popup_blocked_infobar_delegate.h
diff --git a/chrome/browser/ui/android/content_settings/popup_blocked_infobar_delegate.h b/chrome/browser/ui/android/content_settings/popup_blocked_infobar_delegate.h
index a7edb688656835fffa9e8ca9b8c590780ffc6e00..6a1790e46b1e60a1a84f44c475f91fcdf0d01f2c 100644
--- a/chrome/browser/ui/android/content_settings/popup_blocked_infobar_delegate.h
+++ b/chrome/browser/ui/android/content_settings/popup_blocked_infobar_delegate.h
@@ -28,12 +28,12 @@ class PopupBlockedInfoBarDelegate : public ConfirmInfoBarDelegate {
HostContentSettingsMap* map);
// ConfirmInfoBarDelegate:
- virtual int GetIconID() const OVERRIDE;
- virtual PopupBlockedInfoBarDelegate* AsPopupBlockedInfoBarDelegate() 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 PopupBlockedInfoBarDelegate* AsPopupBlockedInfoBarDelegate() override;
+ virtual base::string16 GetMessageText() const override;
+ virtual int GetButtons() const override;
+ virtual base::string16 GetButtonLabel(InfoBarButton button) const override;
+ virtual bool Accept() override;
int num_popups_;
GURL url_;

Powered by Google App Engine