| Index: content/shell/browser/layout_test/layout_test_content_browser_client.h
|
| diff --git a/content/shell/browser/layout_test/layout_test_content_browser_client.h b/content/shell/browser/layout_test/layout_test_content_browser_client.h
|
| index 60c0495d16ef37133d0393143a8c903b66538564..328ce611e50e609ab83a2b702e88e114bd6bf4a7 100644
|
| --- a/content/shell/browser/layout_test/layout_test_content_browser_client.h
|
| +++ b/content/shell/browser/layout_test/layout_test_content_browser_client.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef CONTENT_SHELL_BROWSER_LAYOUT_TEST_LAYOUT_TEST_CONTENT_BROWSER_CLIENT_H_
|
| #define CONTENT_SHELL_BROWSER_LAYOUT_TEST_LAYOUT_TEST_CONTENT_BROWSER_CLIENT_H_
|
|
|
| -#include "content/public/browser/permission_type.h"
|
| #include "content/shell/browser/shell_content_browser_client.h"
|
|
|
| namespace content {
|
|
|
| +enum class PermissionType;
|
| class LayoutTestBrowserContext;
|
| class LayoutTestNotificationManager;
|
|
|
|
|