#ifndef COMPONENTS_FINGERPRINTING_PROTECTION_FILTER_BROWSER_FINGERPRINTING_PROTECTION_RULESET_PUBLISHER_H_
#define COMPONENTS_FINGERPRINTING_PROTECTION_FILTER_BROWSER_FINGERPRINTING_PROTECTION_RULESET_PUBLISHER_H_
#include <memory>
#include <utility>
#include "base/files/file.h"
#include "base/memory/ref_counted.h"
#include "base/task/sequenced_task_runner.h"
#include "components/fingerprinting_protection_filter/common/fingerprinting_protection_filter_constants.h"
#include "components/subresource_filter/content/shared/browser/ruleset_publisher.h"
namespace content {
class RenderProcessHost;
}
namespace subresource_filter {
class RulesetService;
}
namespace fingerprinting_protection_filter {
class FingerprintingProtectionRulesetPublisher
: public subresource_filter::RulesetPublisher { … };
}
#endif