#ifndef CHROME_BROWSER_BROWSING_DATA_COUNTERS_SITE_SETTINGS_COUNTER_H_
#define CHROME_BROWSER_BROWSING_DATA_COUNTERS_SITE_SETTINGS_COUNTER_H_
#include "base/memory/raw_ptr.h"
#include "components/browsing_data/core/counters/browsing_data_counter.h"
#include "components/content_settings/core/browser/host_content_settings_map.h"
namespace content {
class HostZoomMap;
}
class PrefService;
namespace custom_handlers {
class ProtocolHandlerRegistry;
}
class SiteSettingsCounter : public browsing_data::BrowsingDataCounter { … };
#endif