| Index: chrome/common/extensions/features/simple_feature.cc
|
| diff --git a/chrome/common/extensions/features/simple_feature.cc b/chrome/common/extensions/features/simple_feature.cc
|
| index 528d0b03f4fe1fde96993a205984b978b239002d..b0c519dae84417db5b68c4a1b5835b4b8f3ec577 100644
|
| --- a/chrome/common/extensions/features/simple_feature.cc
|
| +++ b/chrome/common/extensions/features/simple_feature.cc
|
| @@ -181,6 +181,10 @@ SimpleFeature::SimpleFeature(const SimpleFeature& other)
|
| channel_(other.channel_) {
|
| }
|
|
|
| +SimpleFeature::SimpleFeature(Feature* feature) {
|
| + SimpleFeature();
|
| +}
|
| +
|
| SimpleFeature::~SimpleFeature() {
|
| }
|
|
|
|
|