// 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. #ifndef COMPONENTS_SUBRESOURCE_FILTER_CONTENT_BROWSER_TEST_RULESET_PUBLISHER_H_ #define COMPONENTS_SUBRESOURCE_FILTER_CONTENT_BROWSER_TEST_RULESET_PUBLISHER_H_ #include "base/memory/raw_ptr.h" #include "components/subresource_filter/core/common/test_ruleset_creator.h" namespace subresource_filter { class RulesetService; namespace testing { // Helper class to create testing rulesets during browser tests, as well as to // get them indexed and published to renderers by the RulesetService. class TestRulesetPublisher { … }; } // namespace testing } // namespace subresource_filter #endif // COMPONENTS_SUBRESOURCE_FILTER_CONTENT_BROWSER_TEST_RULESET_PUBLISHER_H_