#ifndef COMPONENTS_PERMISSIONS_NOTIFICATIONS_ENGAGEMENT_SERVICE_H_
#define COMPONENTS_PERMISSIONS_NOTIFICATIONS_ENGAGEMENT_SERVICE_H_
#include "base/memory/raw_ptr.h"
#include "base/time/time.h"
#include "components/content_settings/core/browser/host_content_settings_map.h"
#include "components/keyed_service/core/keyed_service.h"
class GURL;
class PrefService;
namespace content {
class BrowserContext;
}
namespace permissions {
class NotificationsEngagementService : public KeyedService { … };
}
#endif