chromium/chrome/browser/performance_manager/test_support/test_user_performance_tuning_manager_environment.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 CHROME_BROWSER_PERFORMANCE_MANAGER_TEST_SUPPORT_TEST_USER_PERFORMANCE_TUNING_MANAGER_ENVIRONMENT_H_
#define CHROME_BROWSER_PERFORMANCE_MANAGER_TEST_SUPPORT_TEST_USER_PERFORMANCE_TUNING_MANAGER_ENVIRONMENT_H_

#include "chrome/browser/performance_manager/public/user_tuning/battery_saver_mode_manager.h"
#include "chrome/browser/performance_manager/public/user_tuning/user_performance_tuning_manager.h"
#include "chrome/browser/performance_manager/test_support/fake_power_monitor_source.h"

class PrefService;

namespace base {
class BatteryStateSampler;
class SamplingEventSource;
class BatteryLevelProvider;

namespace test {
class TestSamplingEventSource;
class TestBatteryLevelProvider;
}  // namespace test
}  // namespace base

namespace performance_manager::user_tuning {

class TestUserPerformanceTuningManagerEnvironment {};

}  // namespace performance_manager::user_tuning

#endif  // CHROME_BROWSER_PERFORMANCE_MANAGER_TEST_SUPPORT_TEST_USER_PERFORMANCE_TUNING_MANAGER_ENVIRONMENT_H_