#ifndef CONTENT_SERVICES_AUCTION_WORKLET_WORKLET_UTIL_H_
#define CONTENT_SERVICES_AUCTION_WORKLET_WORKLET_UTIL_H_
#include <stdint.h>
#include <vector>
#include "content/services/auction_worklet/public/mojom/real_time_reporting.mojom.h"
namespace auction_worklet {
RealTimeReportingContributions;
CONTENT_EXPORT RealTimeReportingContributions
GetRealTimeReportingContributionsOnError(bool trusted_signals_fetch_failed,
bool is_bidding_signal);
CONTENT_EXPORT void MaybeAddRealTimeReportingPlatformContributions(
bool trusted_signals_fetch_failed,
bool is_bidding_signal,
RealTimeReportingContributions& contributions);
}
#endif