#include "content/services/auction_worklet/worklet_util.h"
#include <stdint.h>
#include <optional>
#include <vector>
#include "base/feature_list.h"
#include "content/services/auction_worklet/public/cpp/real_time_reporting.h"
#include "content/services/auction_worklet/public/mojom/real_time_reporting.mojom.h"
#include "third_party/blink/public/common/features.h"
namespace auction_worklet {
RealTimeReportingContributions GetRealTimeReportingContributionsOnError(
bool trusted_signals_failed,
bool is_bidding_signal) { … }
CONTENT_EXPORT void MaybeAddRealTimeReportingPlatformContributions(
bool trusted_signals_failed,
bool is_bidding_signal,
RealTimeReportingContributions& contributions) { … }
}