| Index: chrome/browser/extensions/api/declarative/rules_registry_service.h
|
| diff --git a/chrome/browser/extensions/api/declarative/rules_registry_service.h b/chrome/browser/extensions/api/declarative/rules_registry_service.h
|
| index f4816da9d01e89013f41209a805cfcfbd9e06a55..aa51607d30611e8b999f67cdbe862c87a6db7960 100644
|
| --- a/chrome/browser/extensions/api/declarative/rules_registry_service.h
|
| +++ b/chrome/browser/extensions/api/declarative/rules_registry_service.h
|
| @@ -96,7 +96,7 @@ class RulesRegistryService : public ProfileKeyedAPI,
|
| RulesRegistryMap rule_registries_;
|
|
|
| // We own the parts of the registries which need to run on the UI thread.
|
| - ScopedVector<RulesCacheDelegate> ui_parts_of_registries_;
|
| + ScopedVector<RulesCacheDelegate> cache_delegates_;
|
|
|
| // Weak pointer into rule_registries_ to make it easier to handle content rule
|
| // conditions.
|
|
|