| Index: chrome/common/extensions/features/manifest_feature.cc
|
| diff --git a/chrome/common/extensions/features/manifest_feature.cc b/chrome/common/extensions/features/manifest_feature.cc
|
| index cd4a53feabb7aafbe4637e2a21939f8a39a375a9..5196b52c778bdd05f9b94fd2b3db03aa2a387ea2 100644
|
| --- a/chrome/common/extensions/features/manifest_feature.cc
|
| +++ b/chrome/common/extensions/features/manifest_feature.cc
|
| @@ -47,7 +47,7 @@ std::string ManifestFeature::Parse(const DictionaryValue* value) {
|
| if (!GetContexts()->empty())
|
| return name() + ": Manifest features do not support contexts.";
|
|
|
| - return "";
|
| + return std::string();
|
| }
|
|
|
| } // namespace
|
|
|