Chromium Code Reviews| Index: chrome/common/extensions/features/manifest_feature.h |
| diff --git a/chrome/common/extensions/features/manifest_feature.h b/chrome/common/extensions/features/manifest_feature.h |
| index 0ec0cd72b742f698351bc6d799ba53701cc3949e..4d239694ee50ce24296e3cf3fc3bd2aeb8fed07a 100644 |
| --- a/chrome/common/extensions/features/manifest_feature.h |
| +++ b/chrome/common/extensions/features/manifest_feature.h |
| @@ -5,11 +5,11 @@ |
| #ifndef CHROME_COMMON_EXTENSIONS_FEATURES_MANIFEST_FEATURE_H_ |
| #define CHROME_COMMON_EXTENSIONS_FEATURES_MANIFEST_FEATURE_H_ |
| -#include "chrome/common/extensions/features/feature.h" |
| +#include "chrome/common/extensions/features/simple_feature.h" |
| namespace extensions { |
| -class ManifestFeature : public Feature { |
| +class ManifestFeature : public SimpleFeature { |
|
not at google - send to devlin
2012/12/12 17:42:41
now that Feature is an interface, can we make this
justinlin
2012/12/14 12:26:26
Hmm.. not sure how you mean by this? I thought abo
not at google - send to devlin
2012/12/14 19:10:42
Something like this: https://codereview.chromium.o
|
| public: |
| ManifestFeature(); |
| virtual ~ManifestFeature(); |