| Index: content/browser/permissions/permission_service_impl.h
|
| diff --git a/content/browser/permissions/permission_service_impl.h b/content/browser/permissions/permission_service_impl.h
|
| index 33d3321858e6c264560b75f3df7fc09d09a33f5d..4982b0a04c10c9087f3ecaa0e09a90465faf1bd4 100644
|
| --- a/content/browser/permissions/permission_service_impl.h
|
| +++ b/content/browser/permissions/permission_service_impl.h
|
| @@ -10,10 +10,11 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "content/browser/permissions/permission_service_context.h"
|
| #include "content/common/permission_service.mojom.h"
|
| -#include "content/public/browser/permission_type.h"
|
|
|
| namespace content {
|
|
|
| +enum class PermissionType;
|
| +
|
| // Implements the PermissionService Mojo interface.
|
| // This service can be created from a RenderFrameHost or a RenderProcessHost.
|
| // It is owned by a PermissionServiceContext.
|
|
|