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

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

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (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/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 bed0eb5aec414202c738e604880812b09c845b8d..4f5b8769ff83762606e1fbe4f1cade21541c0c2b 100644
--- a/chrome/browser/notifications/desktop_notification_infobar_delegate.h
+++ b/chrome/browser/notifications/desktop_notification_infobar_delegate.h
@@ -28,8 +28,8 @@ class DesktopNotificationInfoBarDelegate : public PermissionInfobarDelegate {
virtual ~DesktopNotificationInfoBarDelegate();
// PermissionInfoBarDelegate:
- virtual base::string16 GetMessageText() const OVERRIDE;
- virtual int GetIconID() const OVERRIDE;
+ virtual base::string16 GetMessageText() const override;
+ virtual int GetIconID() const override;
GURL requesting_frame_;
std::string display_languages_;
« no previous file with comments | « chrome/browser/net/websocket_browsertest.cc ('k') | chrome/browser/notifications/desktop_notification_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698