| Index: extensions/common/features/manifest_feature.cc
|
| diff --git a/extensions/common/features/manifest_feature.cc b/extensions/common/features/manifest_feature.cc
|
| index f169c6a8ac8451a54c7ec378d5db4c19938fbb19..d50b47dd7f56b1fbb45a6e5ea002f05c5eea113d 100644
|
| --- a/extensions/common/features/manifest_feature.cc
|
| +++ b/extensions/common/features/manifest_feature.cc
|
| @@ -39,7 +39,7 @@ std::string ManifestFeature::Parse(const base::DictionaryValue* value) {
|
| if (!error.empty())
|
| return error;
|
|
|
| - if (extension_types()->empty()) {
|
| + if (extension_types().empty()) {
|
| return name() + ": Manifest features must specify at least one " +
|
| "value for extension_types.";
|
| }
|
|
|