chromium/services/device/public/cpp/power_monitor/power_monitor_broadcast_source_unittest.cc

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

#include "services/device/public/cpp/power_monitor/power_monitor_broadcast_source.h"

#include "base/memory/raw_ptr.h"
#include "base/power_monitor/power_observer.h"
#include "base/run_loop.h"
#include "base/task/sequenced_task_runner.h"
#include "base/test/power_monitor_test.h"
#include "base/test/task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace device {

class PowerMonitorBroadcastSourceTest : public testing::Test {};

TEST_F(PowerMonitorBroadcastSourceTest, PowerMessageReceiveBroadcast) {}

}  // namespace device