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 cb04c5af7fdaf209340efadc64d3000e4366b528..b0f8759a2880c71cdcc9db7b909b4222c278559f 100644 |
--- a/components/subresource_filter/core/common/indexed_ruleset.h |
+++ b/components/subresource_filter/core/common/indexed_ruleset.h |
@@ -36,6 +36,9 @@ static_assert(kNGramSize <= sizeof(NGram), "NGram type is too narrow."); |
// FlatBufferBuilder storing the structures. |
class RulesetIndexer { |
public: |
+ // The current binary format version of the indexed ruleset. |
+ static const int kIndexedFormatVersion; |
+ |
RulesetIndexer(); |
~RulesetIndexer(); |