#ifndef CONTENT_BROWSER_PRIVATE_AGGREGATION_PRIVATE_AGGREGATION_INTERNALS_MOJOM_FORWARD_H_
#define CONTENT_BROWSER_PRIVATE_AGGREGATION_PRIVATE_AGGREGATION_INTERNALS_MOJOM_FORWARD_H_
#include <stdint.h>
#include "mojo/public/cpp/bindings/struct_forward.h"
#include "mojo/public/cpp/bindings/deprecated_interface_types_forward.h"
#include "mojo/public/interfaces/bindings/native_struct.mojom-forward.h"
namespace private_aggregation_internals::mojom {
class AggregatableReportRequestIDDataView;
class AggregatableHistogramContributionDataView;
class WebUIAggregatableReportDataView;
enum class ReportStatus : int32_t;
class AggregatableReportRequestID;
AggregatableReportRequestIDPtr;
class AggregatableHistogramContribution;
AggregatableHistogramContributionPtr;
class WebUIAggregatableReport;
WebUIAggregatableReportPtr;
class Observer;
class Handler;
class Factory;
}
#endif