| Index: chrome/browser/extensions/api/synced_notifications_private/synced_notifications_private_api.h
|
| diff --git a/chrome/browser/extensions/api/synced_notifications_private/synced_notifications_private_api.h b/chrome/browser/extensions/api/synced_notifications_private/synced_notifications_private_api.h
|
| index da928477930fffdb73381ce7ba6be594a3bd4de1..0e3323da2f0c023e7104b5bd5767de7160428be0 100644
|
| --- a/chrome/browser/extensions/api/synced_notifications_private/synced_notifications_private_api.h
|
| +++ b/chrome/browser/extensions/api/synced_notifications_private/synced_notifications_private_api.h
|
| @@ -19,8 +19,8 @@ class SyncedNotificationsPrivateGetInitialDataFunction
|
| SYNCEDNOTIFICATIONSPRIVATE_GETINITIALDATA);
|
|
|
| protected:
|
| - virtual ~SyncedNotificationsPrivateGetInitialDataFunction();
|
| - virtual ResponseAction Run() override;
|
| + ~SyncedNotificationsPrivateGetInitialDataFunction() override;
|
| + ResponseAction Run() override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(SyncedNotificationsPrivateGetInitialDataFunction);
|
| @@ -34,8 +34,8 @@ class SyncedNotificationsPrivateUpdateNotificationFunction
|
| SYNCEDNOTIFICATIONSPRIVATE_UPDATENOTIFICATION);
|
|
|
| protected:
|
| - virtual ~SyncedNotificationsPrivateUpdateNotificationFunction();
|
| - virtual ResponseAction Run() override;
|
| + ~SyncedNotificationsPrivateUpdateNotificationFunction() override;
|
| + ResponseAction Run() override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(
|
| @@ -50,8 +50,8 @@ class SyncedNotificationsPrivateSetRenderContextFunction
|
| SYNCEDNOTIFICATIONSPRIVATE_SETRENDERCONTEXT);
|
|
|
| protected:
|
| - virtual ~SyncedNotificationsPrivateSetRenderContextFunction();
|
| - virtual ResponseAction Run() override;
|
| + ~SyncedNotificationsPrivateSetRenderContextFunction() override;
|
| + ResponseAction Run() override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(SyncedNotificationsPrivateSetRenderContextFunction);
|
|
|