#include "components/language/core/language_model/fluent_language_model.h"
#include <cmath>
#include "base/i18n/rtl.h"
#include "base/strings/string_split.h"
#include "base/values.h"
#include "build/chromeos_buildflags.h"
#include "components/language/core/browser/language_prefs.h"
#include "components/language/core/browser/pref_names.h"
#include "components/language/core/common/language_util.h"
#include "components/pref_registry/pref_registry_syncable.h"
#include "components/prefs/testing_pref_service.h"
#include "components/sync_preferences/testing_pref_service_syncable.h"
#include "components/translate/core/browser/translate_pref_names.h"
#include "components/translate/core/browser/translate_prefs.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace language {
ElementsAre;
Ld;
constexpr static float kFloatEps = …;
struct PrefRegistration { … };
class FluentLanguageModelTest : public testing::Test { … };
MATCHER_P(EqualsLd, lang_details, "") { … }
TEST_F(FluentLanguageModelTest, Defaults) { … }
TEST_F(FluentLanguageModelTest, ThreeBlockedLanguages) { … }
}