// 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" #include "testing/gtest/include/gtest/gtest.h" namespace attribution_reporting { namespace { RegistrationEligibility; AttributionReportingEligibility; TEST(EligibilityTest, GetRegistrationEligibility) { … } } // namespace } // namespace attribution_reporting