#include "content/browser/private_aggregation/private_aggregation_test_utils.h"
#include <memory>
#include <tuple>
#include "base/functional/callback_helpers.h"
#include "content/browser/private_aggregation/private_aggregation_budget_key.h"
#include "content/browser/storage_partition_impl.h"
namespace content {
MockPrivateAggregationBudgeter::MockPrivateAggregationBudgeter() = default;
MockPrivateAggregationBudgeter::~MockPrivateAggregationBudgeter() = default;
MockPrivateAggregationHost::MockPrivateAggregationHost()
: … { … }
MockPrivateAggregationHost::~MockPrivateAggregationHost() = default;
MockPrivateAggregationManagerImpl::MockPrivateAggregationManagerImpl(
StoragePartitionImpl* partition)
: … { … }
MockPrivateAggregationManagerImpl::~MockPrivateAggregationManagerImpl() =
default;
bool operator==(const PrivateAggregationBudgetKey::TimeWindow& a,
const PrivateAggregationBudgetKey::TimeWindow& b) { … }
bool operator==(const PrivateAggregationBudgetKey& a,
const PrivateAggregationBudgetKey& b) { … }
}