| Index: content/child/notifications/notification_manager.h
|
| diff --git a/content/child/notifications/notification_manager.h b/content/child/notifications/notification_manager.h
|
| index 34b9b80ec7e17fcbaef41afdf82c8a6948b94049..850c337e5a921d694c9d0f090820eb7f9c313132 100644
|
| --- a/content/child/notifications/notification_manager.h
|
| +++ b/content/child/notifications/notification_manager.h
|
| @@ -61,7 +61,7 @@ class NotificationManager : public blink::WebNotificationManager,
|
| int64_t persistent_notification_id) override;
|
| void notifyDelegateDestroyed(
|
| blink::WebNotificationDelegate* delegate) override;
|
| - blink::WebNotificationPermission checkPermission(
|
| + blink::mojom::PermissionStatus checkPermission(
|
| const blink::WebSecurityOrigin& origin) override;
|
| size_t maxActions() override;
|
|
|
|
|