Index: chrome/common/extensions/features/feature_provider.h |
diff --git a/chrome/common/extensions/features/feature_provider.h b/chrome/common/extensions/features/feature_provider.h |
index 8a211c909f2a9ca6ae15ad3d490a69bbb9d9e7ec..82dedf4d2f16401d6eb695a8e2720ef6b5557444 100644 |
--- a/chrome/common/extensions/features/feature_provider.h |
+++ b/chrome/common/extensions/features/feature_provider.h |
@@ -21,7 +21,7 @@ class FeatureProvider { |
virtual Feature* GetFeature(const std::string& name) = 0; |
// Returns all features described by this instance. |
- virtual std::set<std::string> GetAllFeatureNames() = 0; |
+ virtual std::vector<std::string> GetAllFeatureNames() = 0; |
}; |
} // namespace extensions |