diff options
Diffstat (limited to 'chrome/browser/extensions/api/declarative_content/content_rules_registry.cc')
-rw-r--r-- | chrome/browser/extensions/api/declarative_content/content_rules_registry.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/api/declarative_content/content_rules_registry.cc b/chrome/browser/extensions/api/declarative_content/content_rules_registry.cc index c9ed31e..eb95b47 100644 --- a/chrome/browser/extensions/api/declarative_content/content_rules_registry.cc +++ b/chrome/browser/extensions/api/declarative_content/content_rules_registry.cc @@ -176,7 +176,7 @@ std::string ContentRulesRegistry::AddRulesImpl( UpdateConditionCache(); - return ""; + return std::string(); } std::string ContentRulesRegistry::RemoveRulesImpl( @@ -221,7 +221,7 @@ std::string ContentRulesRegistry::RemoveRulesImpl( UpdateConditionCache(); - return ""; + return std::string(); } std::string ContentRulesRegistry::RemoveAllRulesImpl( |