chromium/services/device/compute_pressure/probes_manager.h

// 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 SERVICES_DEVICE_COMPUTE_PRESSURE_PROBES_MANAGER_H_
#define SERVICES_DEVICE_COMPUTE_PRESSURE_PROBES_MANAGER_H_

#include <map>
#include <memory>

#include "base/functional/callback_forward.h"
#include "base/sequence_checker.h"
#include "base/thread_annotations.h"
#include "base/time/time.h"
#include "mojo/public/cpp/bindings/remote_set.h"
#include "services/device/public/mojom/pressure_manager.mojom-forward.h"
#include "services/device/public/mojom/pressure_update.mojom-shared.h"

namespace device {

class CpuProbeManager;

class ProbesManager {};

}  // namespace device

#endif  // SERVICES_DEVICE_COMPUTE_PRESSURE_PROBES_MANAGER_H_