// 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 "components/component_updater/timer.h" #include <string> #include <utility> #include "base/functional/bind.h" #include "base/run_loop.h" #include "base/test/task_environment.h" #include "base/time/time.h" #include "testing/gtest/include/gtest/gtest.h" namespace component_updater { class ComponentUpdaterTimerTest : public testing::Test { … }; TEST_F(ComponentUpdaterTimerTest, Start) { … } } // namespace component_updater