| 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 c5fb8517b87d12991caccf004f3b0fc5d5eafe3d..f0f7cc2b67dec89e5eaf9252d8b618693bf0ef10 100644
|
| --- a/content/shell/browser/layout_test/layout_test_message_filter.cc
|
| +++ b/content/shell/browser/layout_test/layout_test_message_filter.cc
|
| @@ -150,7 +150,7 @@ void LayoutTestMessageFilter::OnDeleteAllCookies() {
|
|
|
| void LayoutTestMessageFilter::OnSetPermission(
|
| const std::string& name,
|
| - blink::mojom::PermissionStatus status,
|
| + permissions::mojom::PermissionStatus status,
|
| const GURL& origin,
|
| const GURL& embedding_origin) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
|
|