// 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/browser/ruleset_version.h" #include <string> #include "components/prefs/testing_pref_service.h" #include "components/subresource_filter/core/browser/subresource_filter_constants.h" #include "testing/gtest/include/gtest/gtest.h" namespace subresource_filter { class IndexedRulesetVersionTest : public testing::Test { … }; // Test that the filter_tag can be specified to identify the type of filter // and pref names. TEST_F(IndexedRulesetVersionTest, ArbitraryFilterTag) { … } } // namespace subresource_filter