Index: content/shell/browser/layout_test/layout_test_notification_manager.cc |
diff --git a/content/shell/browser/layout_test/layout_test_notification_manager.cc b/content/shell/browser/layout_test/layout_test_notification_manager.cc |
index 4f4d7f80e1c1210a3b7819b25591310dd2c267ea..c019c60a3f01d518227245ecd18d594f1b02360c 100644 |
--- a/content/shell/browser/layout_test/layout_test_notification_manager.cc |
+++ b/content/shell/browser/layout_test/layout_test_notification_manager.cc |
@@ -137,7 +137,7 @@ |
base::Bind(&OnEventDispatchComplete)); |
} |
-permissions::mojom::PermissionStatus |
+blink::mojom::PermissionStatus |
LayoutTestNotificationManager::CheckPermissionOnUIThread( |
BrowserContext* browser_context, |
const GURL& origin, |
@@ -146,7 +146,7 @@ |
return CheckPermission(origin); |
} |
-permissions::mojom::PermissionStatus |
+blink::mojom::PermissionStatus |
LayoutTestNotificationManager::CheckPermissionOnIOThread( |
ResourceContext* resource_context, |
const GURL& origin, |
@@ -195,7 +195,7 @@ |
replacements_[tag] = base::UTF16ToUTF8(notification_data.title); |
} |
-permissions::mojom::PermissionStatus |
+blink::mojom::PermissionStatus |
LayoutTestNotificationManager::CheckPermission(const GURL& origin) { |
return LayoutTestContentBrowserClient::Get() |
->GetLayoutTestBrowserContext() |