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

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

Issue 648653003: Standardize usage of virtual/override/final in chrome/browser/ (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/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 caf4d326b2a98b8d60daf31cda02324edfdd3659..702220a0a225f866c4a1cba78555c1f5a3d1f6c7 100644
--- a/chrome/browser/services/gcm/push_messaging_infobar_delegate.h
+++ b/chrome/browser/services/gcm/push_messaging_infobar_delegate.h
@@ -32,11 +32,11 @@ class PushMessagingInfoBarDelegate : public PermissionInfobarDelegate {
const GURL& requesting_frame,
const std::string& display_languages,
ContentSettingsType type);
- virtual ~PushMessagingInfoBarDelegate();
+ ~PushMessagingInfoBarDelegate() override;
// ConfirmInfoBarDelegate:
- virtual base::string16 GetMessageText() const override;
- virtual int GetIconID() const override;
+ base::string16 GetMessageText() const override;
+ int GetIconID() const override;
const GURL requesting_origin_;
const std::string display_languages_;

Powered by Google App Engine
This is Rietveld 408576698