#include "components/subresource_filter/core/browser/subresource_filter_constants.h"
#include <string_view>
#include "base/files/file_path.h"
namespace subresource_filter {
constexpr base::FilePath::CharType kIndexedRulesetBaseDirectoryName[] = …);
constexpr base::FilePath::CharType kUnindexedRulesetBaseDirectoryName[] = …);
constexpr base::FilePath::CharType kRulesetDataFileName[] = …);
constexpr base::FilePath::CharType kLicenseFileName[] = …);
constexpr base::FilePath::CharType kSentinelFileName[] = …);
constexpr base::FilePath::CharType kUnindexedRulesetLicenseFileName[] = …);
constexpr base::FilePath::CharType kUnindexedRulesetDataFileName[] = …);
}