| Index: components/subresource_filter/core/browser/subresource_filter_features_test_support.h
|
| diff --git a/components/subresource_filter/core/browser/subresource_filter_features_test_support.h b/components/subresource_filter/core/browser/subresource_filter_features_test_support.h
|
| index eedc83c1d27819f9ef2a6420b998c00641f99f91..6ef97f22cb51986327ab03ef910193ba9c6c93c6 100644
|
| --- a/components/subresource_filter/core/browser/subresource_filter_features_test_support.h
|
| +++ b/components/subresource_filter/core/browser/subresource_filter_features_test_support.h
|
| @@ -9,6 +9,7 @@
|
|
|
| #include "base/feature_list.h"
|
| #include "base/macros.h"
|
| +#include "base/test/scoped_feature_list.h"
|
|
|
| namespace subresource_filter {
|
| namespace testing {
|
| @@ -25,6 +26,8 @@ class ScopedSubresourceFilterFeatureToggle {
|
| ~ScopedSubresourceFilterFeatureToggle();
|
|
|
| private:
|
| + base::test::ScopedFeatureList scoped_feature_list_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(ScopedSubresourceFilterFeatureToggle);
|
| };
|
|
|
|
|