#ifndef CONTENT_BROWSER_AGGREGATION_SERVICE_AGGREGATION_SERVICE_FEATURES_H_
#define CONTENT_BROWSER_AGGREGATION_SERVICE_AGGREGATION_SERVICE_FEATURES_H_
#include "base/feature_list.h"
#include "base/metrics/field_trial_params.h"
#include "content/common/content_export.h"
namespace content {
CONTENT_EXPORT BASE_DECLARE_FEATURE(kPrivacySandboxAggregationService);
extern CONTENT_EXPORT const base::FeatureParam<std::string>
kPrivacySandboxAggregationServiceTrustedServerUrlAwsParam;
CONTENT_EXPORT BASE_DECLARE_FEATURE(
kPrivacySandboxAggregationServiceFilteringIds);
}
#endif