| 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_;
|
|
|