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

Unified Diff: chrome/browser/notifications/desktop_notification_service.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_service.h
diff --git a/chrome/browser/notifications/desktop_notification_service.h b/chrome/browser/notifications/desktop_notification_service.h
index d68e965b907291d3077f41bc67bf50b52981a363..ce26a708c4006b99b3bdae0c882357a46d8cd0e6 100644
--- a/chrome/browser/notifications/desktop_notification_service.h
+++ b/chrome/browser/notifications/desktop_notification_service.h
@@ -136,13 +136,13 @@ class DesktopNotificationService : public PermissionContextBase
virtual void OnExtensionUninstalled(
content::BrowserContext* browser_context,
const extensions::Extension* extension,
- extensions::UninstallReason reason) OVERRIDE;
+ extensions::UninstallReason reason) override;
#endif
// PermissionContextBase:
virtual void UpdateContentSetting(const GURL& requesting_origin,
const GURL& embedder_origin,
- bool allowed) OVERRIDE;
+ bool allowed) override;
// The profile which owns this object.
Profile* profile_;

Powered by Google App Engine
This is Rietveld 408576698