#include "remoting/host/host_power_save_blocker.h"
#include <memory>
#include "base/message_loop/message_pump_type.h"
#include "base/test/task_environment.h"
#include "base/threading/thread.h"
#include "remoting/host/host_status_monitor.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace remoting {
class HostPowerSaveBlockerTest : public testing::Test { … };
HostPowerSaveBlockerTest::HostPowerSaveBlockerTest()
: … { … }
void HostPowerSaveBlockerTest::SetUp() { … }
bool HostPowerSaveBlockerTest::is_activated() const { … }
TEST_F(HostPowerSaveBlockerTest, Activated) { … }
}