#ifndef CHROME_BROWSER_ENGAGEMENT_HISTORY_AWARE_SITE_ENGAGEMENT_SERVICE_H_
#define CHROME_BROWSER_ENGAGEMENT_HISTORY_AWARE_SITE_ENGAGEMENT_SERVICE_H_
#include <set>
#include "base/scoped_observation.h"
#include "components/history/core/browser/history_service.h"
#include "components/history/core/browser/history_service_observer.h"
#include "components/site_engagement/content/site_engagement_service.h"
namespace content {
class BrowserContext;
}
namespace site_engagement {
class HistoryAwareSiteEngagementService
: public SiteEngagementService,
public history::HistoryServiceObserver { … };
}
#endif