| Index: components/subresource_filter/core/common/activation_list.h
|
| diff --git a/components/subresource_filter/core/common/activation_list.h b/components/subresource_filter/core/common/activation_list.h
|
| index a3aac0357d087fd5d444074dcafce8eb8728adba..3e674c952cc043ec483ac4efb2252b3338649e50 100644
|
| --- a/components/subresource_filter/core/common/activation_list.h
|
| +++ b/components/subresource_filter/core/common/activation_list.h
|
| @@ -15,7 +15,8 @@ enum class ActivationList {
|
| NONE,
|
| SOCIAL_ENG_ADS_INTERSTITIAL,
|
| PHISHING_INTERSTITIAL,
|
| - LAST = PHISHING_INTERSTITIAL,
|
| + SUBRESOURCE_FILTER,
|
| + LAST = SUBRESOURCE_FILTER,
|
| };
|
|
|
| // For logging use only.
|
|
|