| Index: chrome/browser/extensions/api/declarative_content/content_rules_registry.cc
|
| 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 c9ed31ef7bb3e01eab4a3a37650918a94c547330..eb95b475359169e149dff637d12e99e1086571b6 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(
|
|
|