| 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 0c301b9d4094686fc1f88747524e6673e21ca13d..eedc83c1d27819f9ef2a6420b998c00641f99f91 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
|
| @@ -20,7 +20,8 @@ class ScopedSubresourceFilterFeatureToggle {
|
| public:
|
| ScopedSubresourceFilterFeatureToggle(
|
| base::FeatureList::OverrideState feature_state,
|
| - const std::string& maximum_activation_state);
|
| + const std::string& maximum_activation_state,
|
| + const std::string& activation_scope);
|
| ~ScopedSubresourceFilterFeatureToggle();
|
|
|
| private:
|
|
|