// 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 "chrome/browser/language/language_model_manager_factory.h" #include "chrome/test/base/testing_profile.h" #include "components/language/core/browser/language_model_manager.h" #include "content/public/test/browser_task_environment.h" #include "testing/gmock/include/gmock/gmock.h" Eq; IsNull; Not; // Check that Incognito language modeling is inherited from the user's profile. TEST(LanguageModelManagerFactoryTest, SharedWithIncognito) { … } TEST(LanguageModelManagerFactoryTest, GetLanguageModels) { … }