| 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 21d6ca3df3863afb4e971f314a6462d14fe291cc..1b77a9f41593dff9ef680e729b17fdf491b6d2b0 100644
|
| --- a/content/shell/browser/layout_test/layout_test_message_filter.h
|
| +++ b/content/shell/browser/layout_test/layout_test_message_filter.h
|
| @@ -11,7 +11,7 @@
|
| #include "base/files/file_path.h"
|
| #include "base/macros.h"
|
| #include "content/public/browser/browser_message_filter.h"
|
| -#include "content/public/common/permission_status.mojom.h"
|
| +#include "third_party/WebKit/public/platform/modules/permissions/permission_status.mojom.h"
|
|
|
| class GURL;
|
|
|
| @@ -62,7 +62,7 @@ class LayoutTestMessageFilter : public BrowserMessageFilter {
|
| void OnAcceptAllCookies(bool accept);
|
| void OnDeleteAllCookies();
|
| void OnSetPermission(const std::string& name,
|
| - mojom::PermissionStatus status,
|
| + blink::mojom::PermissionStatus status,
|
| const GURL& origin,
|
| const GURL& embedding_origin);
|
| void OnResetPermissions();
|
|
|