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

Unified Diff: chrome/browser/notifications/desktop_notification_infobar_delegate.h

Issue 667283002: Standardize usage of virtual/override/final in chrome/browser/notifications (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
« no previous file with comments | « no previous file | chrome/browser/notifications/desktop_notification_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/notifications/desktop_notification_infobar_delegate.h
diff --git a/chrome/browser/notifications/desktop_notification_infobar_delegate.h b/chrome/browser/notifications/desktop_notification_infobar_delegate.h
index 4f5b8769ff83762606e1fbe4f1cade21541c0c2b..7d029426049a5b535771f41ef22bd9906694e96b 100644
--- a/chrome/browser/notifications/desktop_notification_infobar_delegate.h
+++ b/chrome/browser/notifications/desktop_notification_infobar_delegate.h
@@ -25,11 +25,11 @@ class DesktopNotificationInfoBarDelegate : public PermissionInfobarDelegate {
const GURL& requesting_frame,
int contents_unique_id,
const std::string& display_languages);
- virtual ~DesktopNotificationInfoBarDelegate();
+ ~DesktopNotificationInfoBarDelegate() override;
// PermissionInfoBarDelegate:
- virtual base::string16 GetMessageText() const override;
- virtual int GetIconID() const override;
+ base::string16 GetMessageText() const override;
+ int GetIconID() const override;
GURL requesting_frame_;
std::string display_languages_;
« no previous file with comments | « no previous file | chrome/browser/notifications/desktop_notification_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698