// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/attribution_reporting/eligibility.h" #include <optional> #include "components/attribution_reporting/registration_eligibility.mojom-shared.h" #include "services/network/public/mojom/attribution.mojom-shared.h" namespace attribution_reporting { namespace { RegistrationEligibility; AttributionReportingEligibility; } // namespace std::optional<RegistrationEligibility> GetRegistrationEligibility( AttributionReportingEligibility net_value) { … } } // namespace attribution_reporting