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 8c4bb5d8bd22aaec6f36e7b6a247c3f9a4938bfa..83ac936452fb3e639f397d22a400f605e78dd296 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.mojom.h" |
class GURL; |
@@ -62,7 +62,7 @@ class LayoutTestMessageFilter : public BrowserMessageFilter { |
void OnAcceptAllCookies(bool accept); |
void OnDeleteAllCookies(); |
void OnSetPermission(const std::string& name, |
- PermissionStatus status, |
+ blink::mojom::PermissionStatus status, |
const GURL& origin, |
const GURL& embedding_origin); |
void OnResetPermissions(); |