#ifndef COMPONENTS_DEVICE_SIGNALS_CORE_BROWSER_USER_PERMISSION_SERVICE_IMPL_H_
#define COMPONENTS_DEVICE_SIGNALS_CORE_BROWSER_USER_PERMISSION_SERVICE_IMPL_H_
#include <memory>
#include "base/memory/raw_ptr.h"
#include "base/memory/weak_ptr.h"
#include "components/device_signals/core/browser/user_permission_service.h"
class PrefService;
namespace policy {
class ManagementService;
}
namespace device_signals {
class UserDelegate;
class UserPermissionServiceImpl : public UserPermissionService { … };
}
#endif