| Index: extensions/common/features/base_feature_provider.h
|
| diff --git a/extensions/common/features/base_feature_provider.h b/extensions/common/features/base_feature_provider.h
|
| index 3b766c8001db2421c1ab355493dc506c5167521d..0d6129234c1e77e9d3e9de3f593de28a5abf8de5 100644
|
| --- a/extensions/common/features/base_feature_provider.h
|
| +++ b/extensions/common/features/base_feature_provider.h
|
| @@ -35,7 +35,7 @@ class BaseFeatureProvider : public FeatureProvider {
|
| Feature* GetParent(Feature* feature) const override;
|
| std::vector<Feature*> GetChildren(const Feature& parent) const override;
|
|
|
| - const std::vector<std::string>& GetAllFeatureNames() const override;
|
| + const FeatureMap& GetAllFeatures() const override;
|
|
|
| private:
|
| std::map<std::string, scoped_ptr<Feature>> features_;
|
|
|