// Copyright 2021 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/favicon/large_icon_service_factory.h" #include "base/test/scoped_feature_list.h" #include "build/build_config.h" #include "chrome/browser/browser_features.h" #include "components/search_engines/search_engines_switches.h" #include "testing/gtest/include/gtest/gtest.h" class LargeIconServiceFactoryTest : public testing::Test { … }; TEST_F(LargeIconServiceFactoryTest, LargeFaviconFromGoogleDisabled) { … } TEST_F(LargeIconServiceFactoryTest, SearchEngineChoiceEnabled) { … }