// Copyright 2018 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/content_activation_list_utils.h" #include "base/test/scoped_feature_list.h" #include "components/safe_browsing/core/browser/db/v4_protocol_manager_util.h" #include "components/subresource_filter/core/browser/subresource_filter_features.h" #include "testing/gtest/include/gtest/gtest.h" namespace subresource_filter { enum class AdBlockOnAbusiveSitesTest { … }; TEST(ContentActivationListUtilsTest, GetListForThreatTypeAndMetadata) { … } } // namespace subresource_filter