| Index: content/shell/browser/layout_test/layout_test_message_filter.h
|
| diff --git a/content/shell/browser/layout_test/layout_test_message_filter.h b/content/shell/browser/layout_test/layout_test_message_filter.h
|
| index afab2fb18c089c5d740a94fb567edaad4d9ced79..374653d15c328ab6b1d1ffefceb4696800deed06 100644
|
| --- a/content/shell/browser/layout_test/layout_test_message_filter.h
|
| +++ b/content/shell/browser/layout_test/layout_test_message_filter.h
|
| @@ -10,8 +10,8 @@
|
|
|
| #include "base/files/file_path.h"
|
| #include "base/macros.h"
|
| +#include "components/permissions/permission_status.mojom.h"
|
| #include "content/public/browser/browser_message_filter.h"
|
| -#include "third_party/WebKit/public/platform/modules/permissions/permission_status.mojom.h"
|
|
|
| class GURL;
|
|
|
| @@ -66,7 +66,7 @@ class LayoutTestMessageFilter : public BrowserMessageFilter {
|
| void OnAcceptAllCookies(bool accept);
|
| void OnDeleteAllCookies();
|
| void OnSetPermission(const std::string& name,
|
| - blink::mojom::PermissionStatus status,
|
| + permissions::mojom::PermissionStatus status,
|
| const GURL& origin,
|
| const GURL& embedding_origin);
|
| void OnResetPermissions();
|
|
|