| Index: components/subresource_filter/core/common/indexed_ruleset.cc
|
| diff --git a/components/subresource_filter/core/common/indexed_ruleset.cc b/components/subresource_filter/core/common/indexed_ruleset.cc
|
| index d24fde53e43ca2e0b12ecb2dcd91766f17ced772..009258e708108c38509c655316201819fa47e56f 100644
|
| --- a/components/subresource_filter/core/common/indexed_ruleset.cc
|
| +++ b/components/subresource_filter/core/common/indexed_ruleset.cc
|
| @@ -16,7 +16,7 @@ namespace proto = url_pattern_index::proto;
|
| // RulesetIndexer --------------------------------------------------------------
|
|
|
| // static
|
| -const int RulesetIndexer::kIndexedFormatVersion = 17;
|
| +const int RulesetIndexer::kIndexedFormatVersion = 18;
|
|
|
| RulesetIndexer::RulesetIndexer()
|
| : blacklist_(&builder_), whitelist_(&builder_), deactivation_(&builder_) {}
|
|
|