Index: content/shell/browser/layout_test/layout_test_message_filter.cc |
diff --git a/content/shell/browser/layout_test/layout_test_message_filter.cc b/content/shell/browser/layout_test/layout_test_message_filter.cc |
index 27c821d376df470958caf0bcdbac44adf819b903..165c39db8d91bcd2a9c9c521cb1a81ce3a2b50d6 100644 |
--- a/content/shell/browser/layout_test/layout_test_message_filter.cc |
+++ b/content/shell/browser/layout_test/layout_test_message_filter.cc |
@@ -137,10 +137,11 @@ void LayoutTestMessageFilter::OnDeleteAllCookies() { |
->DeleteAllAsync(net::CookieStore::DeleteCallback()); |
} |
-void LayoutTestMessageFilter::OnSetPermission(const std::string& name, |
- mojom::PermissionStatus status, |
- const GURL& origin, |
- const GURL& embedding_origin) { |
+void LayoutTestMessageFilter::OnSetPermission( |
+ const std::string& name, |
+ blink::mojom::PermissionStatus status, |
+ const GURL& origin, |
+ const GURL& embedding_origin) { |
DCHECK_CURRENTLY_ON(BrowserThread::UI); |
content::PermissionType type; |