#ifndef COMPONENTS_METRICS_STRUCTURED_REPORTING_STRUCTURED_METRICS_REPORTING_SERVICE_H_
#define COMPONENTS_METRICS_STRUCTURED_REPORTING_STRUCTURED_METRICS_REPORTING_SERVICE_H_
#include <string_view>
#include "components/metrics/reporting_service.h"
#include "components/metrics/unsent_log_store.h"
class PrefRegistrySimple;
class PrefService;
namespace metrics {
class MetricsServiceClient;
}
namespace metrics::structured::reporting {
class StructuredMetricsReportingService : public metrics::ReportingService { … };
}
#endif