// Copyright 2014 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/language_util.h" #include "testing/gtest/include/gtest/gtest.h" LanguageUtilTest; // Tests that synonym language code is converted to one used in supporting list. TEST_F(LanguageUtilTest, ToTranslateLanguageSynonym) { … } // Tests that synonym language code is converted to one used in Chrome internal. TEST_F(LanguageUtilTest, ToChromeLanguageSynonym) { … }