// Copyright 2015 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/backoff_timer.h" #include "base/functional/bind.h" #include "base/test/task_environment.h" #include "base/time/time.h" #include "testing/gtest/include/gtest/gtest.h" namespace remoting { class BackoffTimerTest : public testing::Test { … }; TEST_F(BackoffTimerTest, Basic) { … } } // namespace remoting