#include "components/fingerprinting_protection_filter/browser/test_support.h"
#include "components/content_settings/core/browser/cookie_settings.h"
#include "components/content_settings/core/browser/host_content_settings_map.h"
#include "components/content_settings/core/common/pref_names.h"
#include "components/privacy_sandbox/tracking_protection_settings.h"
namespace fingerprinting_protection_filter {
scoped_refptr<HostContentSettingsMap> TestSupport::InitializePrefs() { … }
TestSupport::TestSupport()
: … { … }
TestSupport::~TestSupport() { … }
}