// Copyright 2020 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.h" #include <string> #include "base/version.h" #include "components/update_client/update_client_errors.h" #include "testing/gtest/include/gtest/gtest.h" namespace updater { TEST(UpdateServiceTest, UpdateServiceState) { … } } // namespace updater