| Index: chrome/common/extensions/features/complex_feature.cc
|
| diff --git a/chrome/common/extensions/features/complex_feature.cc b/chrome/common/extensions/features/complex_feature.cc
|
| index f6f1c113aa47bb63ba021a371a9f5dd762b7443f..a4515d0e42ca3e96c4695379a25a753f9c6ac47e 100644
|
| --- a/chrome/common/extensions/features/complex_feature.cc
|
| +++ b/chrome/common/extensions/features/complex_feature.cc
|
| @@ -76,7 +76,7 @@ std::string ComplexFeature::GetAvailabilityMessage(AvailabilityResult result,
|
| Manifest::Type type,
|
| const GURL& url) const {
|
| if (result == IS_AVAILABLE)
|
| - return "";
|
| + return std::string();
|
|
|
| // TODO(justinlin): Form some kind of combined availabilities/messages from
|
| // SimpleFeatures.
|
|
|