| 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 daa59ba8b91615b1a38f2f85bb6b27368a4795b4..d70fdfc4bcbfe83f5f0889d91eee655b9c8fd152 100644
|
| --- a/components/subresource_filter/core/common/indexed_ruleset.cc
|
| +++ b/components/subresource_filter/core/common/indexed_ruleset.cc
|
| @@ -20,6 +20,9 @@ namespace subresource_filter {
|
|
|
| // RulesetIndexer --------------------------------------------------------------
|
|
|
| +// static
|
| +const int RulesetIndexer::kIndexedFormatVersion = 10;
|
| +
|
| RulesetIndexer::MutableUrlPatternIndex::MutableUrlPatternIndex() = default;
|
| RulesetIndexer::MutableUrlPatternIndex::~MutableUrlPatternIndex() = default;
|
|
|
|
|