| Index: extensions/browser/api/declarative/rules_registry_service.h
|
| diff --git a/extensions/browser/api/declarative/rules_registry_service.h b/extensions/browser/api/declarative/rules_registry_service.h
|
| index c79f1dfd31bb92db0ce2bd2bffb9d2bdebbbb2b0..b36d2ad736883ccd51d79ecb16a328ca0e167289 100644
|
| --- a/extensions/browser/api/declarative/rules_registry_service.h
|
| +++ b/extensions/browser/api/declarative/rules_registry_service.h
|
| @@ -133,7 +133,7 @@ class RulesRegistryService : public BrowserContextKeyedAPI,
|
| RulesRegistryMap rule_registries_;
|
|
|
| // We own the parts of the registries which need to run on the UI thread.
|
| - std::vector<scoped_ptr<RulesCacheDelegate>> cache_delegates_;
|
| + std::vector<std::unique_ptr<RulesCacheDelegate>> cache_delegates_;
|
|
|
| // Weak pointer into rule_registries_ to make it easier to handle content rule
|
| // conditions.
|
|
|