| 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..c6d344e30695e0793a1cc26012702b0e05d84ec4 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(
|
| +permission::mojom::PermissionStatus NotificationManager::checkPermission(
|
| const blink::WebSecurityOrigin& origin) {
|
| - blink::mojom::PermissionStatus permission_status =
|
| - blink::mojom::PermissionStatus::DENIED;
|
| + permission::mojom::PermissionStatus permission_status =
|
| + permission::mojom::PermissionStatus::DENIED;
|
|
|
| // TODO(mkwst): This is potentially doing the wrong thing with unique
|
| // origins. Perhaps also 'file:', 'blob:' and 'filesystem:'. See
|
|
|