#ifndef CHROME_BROWSER_SSL_SCT_REPORTING_SERVICE_H_
#define CHROME_BROWSER_SSL_SCT_REPORTING_SERVICE_H_
#include "base/callback_list.h"
#include "base/memory/raw_ptr.h"
#include "base/memory/raw_ref.h"
#include "base/observer_list_types.h"
#include "components/keyed_service/core/keyed_service.h"
#include "url/gurl.h"
class PrefService;
class Profile;
namespace safe_browsing {
class SafeBrowsingService;
}
namespace network::mojom {
enum class SCTAuditingMode;
}
class SCTReportingService : public KeyedService { … };
#endif