// 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. #ifndef COMPONENTS_COMMERCE_CORE_METRICS_DISCOUNTS_METRIC_COLLECTOR_H_ #define COMPONENTS_COMMERCE_CORE_METRICS_DISCOUNTS_METRIC_COLLECTOR_H_ #include "services/metrics/public/cpp/ukm_source_id.h" namespace commerce::metrics { class DiscountsMetricCollector { … }; } // namespace commerce::metrics #endif // COMPONENTS_COMMERCE_CORE_METRICS_DISCOUNTS_METRIC_COLLECTOR_H_