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

Unified Diff: chrome/browser/services/gcm/push_messaging_infobar_delegate.h

Issue 629603002: replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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/services/gcm/push_messaging_infobar_delegate.h
diff --git a/chrome/browser/services/gcm/push_messaging_infobar_delegate.h b/chrome/browser/services/gcm/push_messaging_infobar_delegate.h
index 0fcb547310d6286d4e61f0def8d6cce29c4aa2c1..caf4d326b2a98b8d60daf31cda02324edfdd3659 100644
--- a/chrome/browser/services/gcm/push_messaging_infobar_delegate.h
+++ b/chrome/browser/services/gcm/push_messaging_infobar_delegate.h
@@ -35,8 +35,8 @@ class PushMessagingInfoBarDelegate : public PermissionInfobarDelegate {
virtual ~PushMessagingInfoBarDelegate();
// ConfirmInfoBarDelegate:
- virtual base::string16 GetMessageText() const OVERRIDE;
- virtual int GetIconID() const OVERRIDE;
+ virtual base::string16 GetMessageText() const override;
+ virtual int GetIconID() const override;
const GURL requesting_origin_;
const std::string display_languages_;

Powered by Google App Engine
This is Rietveld 408576698