Index: components/subresource_filter/core/common/indexed_ruleset.h |
diff --git a/components/subresource_filter/core/common/indexed_ruleset.h b/components/subresource_filter/core/common/indexed_ruleset.h |
index 811f9d93aa488a337e410e4f73ab1c98b8d167c6..a9fbd941e02d43c5c48181f9116028f5fb6df3b5 100644 |
--- a/components/subresource_filter/core/common/indexed_ruleset.h |
+++ b/components/subresource_filter/core/common/indexed_ruleset.h |
@@ -95,6 +95,7 @@ class RulesetIndexer { |
MutableUrlPatternIndex blacklist_; |
MutableUrlPatternIndex whitelist_; |
+ MutableUrlPatternIndex activation_; |
flatbuffers::FlatBufferBuilder builder_; |