Index: chrome/common/extensions/features/simple_feature.h |
diff --git a/chrome/common/extensions/features/simple_feature.h b/chrome/common/extensions/features/simple_feature.h |
index c21716f7054753f80f53eb3a4d67091b828e35c8..2b40d7e0af9ffba24d591d6f44ef41ce5001e04e 100644 |
--- a/chrome/common/extensions/features/simple_feature.h |
+++ b/chrome/common/extensions/features/simple_feature.h |
@@ -21,6 +21,7 @@ class SimpleFeature : public Feature { |
public: |
SimpleFeature(); |
SimpleFeature(const SimpleFeature& other); |
+ SimpleFeature(Feature* feature); |
virtual ~SimpleFeature(); |
std::set<std::string>* whitelist() { return &whitelist_; } |