chromium/components/subresource_filter/content/browser/test_ruleset_publisher.cc

// Copyright 2016 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/content/browser/test_ruleset_publisher.h"

#include "base/functional/callback.h"
#include "base/hash/hash.h"
#include "base/memory/raw_ptr.h"
#include "base/run_loop.h"
#include "base/strings/string_number_conversions.h"
#include "components/subresource_filter/content/shared/browser/ruleset_service.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace subresource_filter {
namespace testing {

namespace {

class RulesetDistributionListener {};

}  // namespace

TestRulesetPublisher::TestRulesetPublisher(RulesetService* ruleset_service)
    :{}

TestRulesetPublisher::~TestRulesetPublisher() = default;

void TestRulesetPublisher::SetRuleset(const TestRuleset& unindexed_ruleset) {}

}  // namespace testing
}  // namespace subresource_filter