chromium/components/power_metrics/energy_metrics_provider.h

// Copyright 2023 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_POWER_METRICS_ENERGY_METRICS_PROVIDER_H_
#define COMPONENTS_POWER_METRICS_ENERGY_METRICS_PROVIDER_H_

#include <cstdint>
#include <memory>
#include <optional>

namespace power_metrics {

// EnergyMetricsProvider provides system-wide energy consumption metrics.
class EnergyMetricsProvider {};

}  // namespace power_metrics

#endif  // COMPONENTS_POWER_METRICS_ENERGY_METRICS_PROVIDER_H_