// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/updater/update_service_impl_inactive.h" #include <vector> #include "base/files/file_path.h" #include "base/run_loop.h" #include "base/test/bind.h" #include "base/test/task_environment.h" #include "base/version.h" #include "chrome/updater/registration_data.h" #include "chrome/updater/update_service.h" #include "testing/gtest/include/gtest/gtest.h" namespace updater { TEST(UpdateServiceImplInactiveTest, All) { … } } // namespace updater