chromium/components/privacy_sandbox/tpcd_experiment_eligibility.h

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_PRIVACY_SANDBOX_TPCD_EXPERIMENT_ELIGIBILITY_H_
#define COMPONENTS_PRIVACY_SANDBOX_TPCD_EXPERIMENT_ELIGIBILITY_H_

namespace privacy_sandbox {

// These values are persisted to logs. Entries should not be renumbered and
// numeric values should never be reused.
class TpcdExperimentEligibility {};

}  // namespace privacy_sandbox

#endif  // COMPONENTS_PRIVACY_SANDBOX_TPCD_EXPERIMENT_ELIGIBILITY_H_