chromium/components/reporting/metrics/metric_rate_controller.h

// Copyright 2021 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_REPORTING_METRICS_METRIC_RATE_CONTROLLER_H_
#define COMPONENTS_REPORTING_METRICS_METRIC_RATE_CONTROLLER_H_

#include <string>

#include "base/feature_list.h"
#include "base/functional/callback_forward.h"
#include "base/memory/raw_ptr.h"
#include "base/time/time.h"
#include "base/timer/timer.h"

reporting  // namespace reporting

#endif  // COMPONENTS_REPORTING_METRICS_METRIC_RATE_CONTROLLER_H_