Index: chrome/common/extensions/features/simple_feature_provider.h |
diff --git a/chrome/common/extensions/features/simple_feature_provider.h b/chrome/common/extensions/features/simple_feature_provider.h |
index 54648210dfdc6cd74c184ff97e9a160e41442fe5..563b1b345759701d5f0bef48f0e3e11d40f18d38 100644 |
--- a/chrome/common/extensions/features/simple_feature_provider.h |
+++ b/chrome/common/extensions/features/simple_feature_provider.h |
@@ -19,7 +19,7 @@ namespace extensions { |
// Reads Features out of a simple JSON file description. |
class SimpleFeatureProvider : public FeatureProvider { |
public: |
- typedef SimpleFeature*(*FeatureFactory)(); |
+ typedef Feature*(*FeatureFactory)(Feature* feature); |
// Creates a new SimpleFeatureProvider. Pass null to |factory| to have the |
// provider create plain old Feature instances. |