chromium/third_party/blink/public/common/privacy_budget/identifiability_sample_test_utils.h

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

#ifndef THIRD_PARTY_BLINK_PUBLIC_COMMON_PRIVACY_BUDGET_IDENTIFIABILITY_SAMPLE_TEST_UTILS_H_
#define THIRD_PARTY_BLINK_PUBLIC_COMMON_PRIVACY_BUDGET_IDENTIFIABILITY_SAMPLE_TEST_UTILS_H_

#include "base/component_export.h"
#include "base/memory/raw_ptr.h"
#include "third_party/blink/public/common/privacy_budget/identifiability_study_settings_provider.h"

namespace blink {

struct CallCounts {};

class COMPONENT_EXPORT(PRIVACY_BUDGET_TEST_SUPPORT)
    CountingSettingsProvider final
    : public IdentifiabilityStudySettingsProvider {};

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_PUBLIC_COMMON_PRIVACY_BUDGET_IDENTIFIABILITY_SAMPLE_TEST_UTILS_H_