Index: content/child/notifications/notification_manager.h |
diff --git a/content/child/notifications/notification_manager.h b/content/child/notifications/notification_manager.h |
index 638fa4bd42921d4aa5f4ca5fde9daf4c346f113a..18b7932ad923c259603602bcfd9c15882aa29b65 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::mojom::PermissionStatus checkPermission( |
+ permission::mojom::PermissionStatus checkPermission( |
const blink::WebSecurityOrigin& origin) override; |
// Called by the NotificationDispatcher. |