| Index: chrome/common/extensions/features/feature.cc
|
| diff --git a/chrome/common/extensions/features/feature.cc b/chrome/common/extensions/features/feature.cc
|
| index f5eb37cfed435d2974d57f84cc1b8a3b140208e5..5a93bf8a3d699dfc9ac0fa9a6ebda231e8e2bcaf 100644
|
| --- a/chrome/common/extensions/features/feature.cc
|
| +++ b/chrome/common/extensions/features/feature.cc
|
| @@ -61,6 +61,8 @@ Feature::Availability Feature::CreateAvailability(AvailabilityResult result,
|
| return Availability(result, message);
|
| }
|
|
|
| +Feature::Feature() {}
|
| +
|
| Feature::~Feature() {}
|
|
|
| } // namespace extensions
|
|
|