chromium/base/task/sequence_manager/thread_controller_power_monitor_unittest.cc

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "base/task/sequence_manager/thread_controller_power_monitor.h"

#include "base/power_monitor/power_monitor.h"
#include "base/power_monitor/power_monitor_source.h"
#include "base/test/power_monitor_test.h"
#include "base/test/task_environment.h"

#include "base/test/mock_callback.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace base {
namespace sequence_manager {
namespace internal {

class ThreadControllerPowerMonitorTest : public testing::Test {};

TEST_F(ThreadControllerPowerMonitorTest, IsProcessInPowerSuspendState) {}

}  // namespace internal
}  // namespace sequence_manager
}  // namespace base