// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_REDUCE_ACCEPT_LANGUAGE_BROWSER_REDUCE_ACCEPT_LANGUAGE_SERVICE_TEST_UTIL_H_ #define COMPONENTS_REDUCE_ACCEPT_LANGUAGE_BROWSER_REDUCE_ACCEPT_LANGUAGE_SERVICE_TEST_UTIL_H_ #include <string> #include <vector> #include "base/memory/raw_ptr.h" class HostContentSettingsMap; class GURL; class PrefService; namespace reduce_accept_language { class ReduceAcceptLanguageService; } namespace reduce_accept_language::test { class ReduceAcceptLanguageServiceTester { … }; } // namespace reduce_accept_language::test #endif // COMPONENTS_REDUCE_ACCEPT_LANGUAGE_BROWSER_REDUCE_ACCEPT_LANGUAGE_SERVICE_TEST_UTIL_H_