chromium/remoting/host/host_power_save_blocker_unittest.cc

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

#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) {}

}  // namespace remoting