// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/subresource_filter/core/common/constants.h" #include <string_view> #include "base/files/file_path.h" #include "components/subresource_filter/core/common/ruleset_config.h" namespace subresource_filter { constexpr RulesetConfig kSafeBrowsingRulesetConfig = …; } // namespace subresource_filter