| Index: content/child/notifications/notification_manager.cc
|
| diff --git a/content/child/notifications/notification_manager.cc b/content/child/notifications/notification_manager.cc
|
| index f769e7a7108d1b449b6681312d04481a94a60b2a..584b59a0c1785b936e089bde79e0d64c78b1aabe 100644
|
| --- a/content/child/notifications/notification_manager.cc
|
| +++ b/content/child/notifications/notification_manager.cc
|
| @@ -209,10 +209,10 @@ void NotificationManager::notifyDelegateDestroyed(
|
| }
|
| }
|
|
|
| -blink::mojom::PermissionStatus NotificationManager::checkPermission(
|
| +permissions::mojom::PermissionStatus NotificationManager::checkPermission(
|
| const blink::WebSecurityOrigin& origin) {
|
| - blink::mojom::PermissionStatus permission_status =
|
| - blink::mojom::PermissionStatus::DENIED;
|
| + permissions::mojom::PermissionStatus permission_status =
|
| + permissions::mojom::PermissionStatus::DENIED;
|
|
|
| // TODO(mkwst): This is potentially doing the wrong thing with unique
|
| // origins. Perhaps also 'file:', 'blob:' and 'filesystem:'. See
|
|
|