// 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/constants.h" #include <string> #include "base/strings/string_util.h" #include "chrome/updater/updater_version.h" #include "testing/gtest/include/gtest/gtest.h" namespace updater { TEST(ConstantsTest, SetupMutex) { … } } // namespace updater