Index: components/subresource_filter/core/common/activation_scope.h |
diff --git a/components/subresource_filter/core/common/activation_scope.h b/components/subresource_filter/core/common/activation_scope.h |
index aa65d368b8a27de1969d83af3225556449d123a8..37c594af7090fb0ef228bf5ef06ad310e329ebfc 100644 |
--- a/components/subresource_filter/core/common/activation_scope.h |
+++ b/components/subresource_filter/core/common/activation_scope.h |
@@ -18,7 +18,7 @@ enum class ActivationScope { |
// Testing only. Allows to send activation signal to the RenderFrame for each |
// load. |
ALL_SITES, |
- LAST = ACTIVATION_LIST, |
+ LAST = ALL_SITES, |
}; |
// For logging use only. |