// Copyright 2017 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/language/core/common/locale_util.h" #include <string_view> #include "base/command_line.h" #include "build/build_config.h" #include "build/chromeos_buildflags.h" #include "testing/gtest/include/gtest/gtest.h" namespace language { namespace { LocaleUtilTest; TEST_F(LocaleUtilTest, SplitIntoMainAndTail) { … } TEST_F(LocaleUtilTest, ConvertToActualUILocale) { … } } // namespace } // namespace language