| 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 4f6633629c218e40113d65eea0718565a26eab32..d9c610cd6330ef0ecef2e75b7cd3d4a55ce81860 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();
|
|
|