| Index: chrome/browser/extensions/api/declarative/rules_registry_with_cache.cc
|
| diff --git a/chrome/browser/extensions/api/declarative/rules_registry_with_cache.cc b/chrome/browser/extensions/api/declarative/rules_registry_with_cache.cc
|
| index 1234b9f3db2231ce4e1dc86c04ec26d2bf2055a8..49bb9ea5952e1d2fe6f1cc5053bd5254400e8573 100644
|
| --- a/chrome/browser/extensions/api/declarative/rules_registry_with_cache.cc
|
| +++ b/chrome/browser/extensions/api/declarative/rules_registry_with_cache.cc
|
| @@ -18,8 +18,6 @@ namespace extensions {
|
|
|
| RulesRegistryWithCache::RulesRegistryWithCache() {}
|
|
|
| -RulesRegistryWithCache::~RulesRegistryWithCache() {}
|
| -
|
| std::string RulesRegistryWithCache::AddRules(
|
| const std::string& extension_id,
|
| const std::vector<linked_ptr<Rule> >& rules) {
|
| @@ -126,4 +124,6 @@ void RulesRegistryWithCache::OnExtensionUnloaded(
|
| LOG(ERROR) << error;
|
| }
|
|
|
| +RulesRegistryWithCache::~RulesRegistryWithCache() {}
|
| +
|
| } // namespace extensions
|
|
|