| 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 ccdb9f8119d529359f3153d474e9da64cecea5e2..da928477930fffdb73381ce7ba6be594a3bd4de1 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
|
| @@ -20,7 +20,7 @@ class SyncedNotificationsPrivateGetInitialDataFunction
|
|
|
| protected:
|
| virtual ~SyncedNotificationsPrivateGetInitialDataFunction();
|
| - virtual ResponseAction Run() OVERRIDE;
|
| + virtual ResponseAction Run() override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(SyncedNotificationsPrivateGetInitialDataFunction);
|
| @@ -35,7 +35,7 @@ class SyncedNotificationsPrivateUpdateNotificationFunction
|
|
|
| protected:
|
| virtual ~SyncedNotificationsPrivateUpdateNotificationFunction();
|
| - virtual ResponseAction Run() OVERRIDE;
|
| + virtual ResponseAction Run() override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(
|
| @@ -51,7 +51,7 @@ class SyncedNotificationsPrivateSetRenderContextFunction
|
|
|
| protected:
|
| virtual ~SyncedNotificationsPrivateSetRenderContextFunction();
|
| - virtual ResponseAction Run() OVERRIDE;
|
| + virtual ResponseAction Run() override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(SyncedNotificationsPrivateSetRenderContextFunction);
|
|
|