#ifndef CONTENT_BROWSER_AGGREGATION_SERVICE_AGGREGATION_SERVICE_H_
#define CONTENT_BROWSER_AGGREGATION_SERVICE_AGGREGATION_SERVICE_H_
#include <set>
#include <vector>
#include "base/functional/callback_forward.h"
#include "content/browser/aggregation_service/aggregatable_report_assembler.h"
#include "content/browser/aggregation_service/aggregatable_report_sender.h"
#include "content/browser/aggregation_service/aggregation_service_storage.h"
#include "content/common/content_export.h"
#include "content/public/browser/storage_partition.h"
class GURL;
namespace base {
class Time;
class Value;
}
namespace url {
class Origin;
}
namespace content {
class AggregationServiceObserver;
class AggregatableReport;
class AggregatableReportRequest;
class BrowserContext;
class CONTENT_EXPORT AggregationService { … };
}
#endif