| Index: chrome/common/extensions/features/complex_feature.h
|
| diff --git a/chrome/common/extensions/features/complex_feature.h b/chrome/common/extensions/features/complex_feature.h
|
| index e83d1d2f31ad6990ae1c5df3c31d86369c380af0..c776ccf19d6feed26bdfd31b1abf182401313b90 100644
|
| --- a/chrome/common/extensions/features/complex_feature.h
|
| +++ b/chrome/common/extensions/features/complex_feature.h
|
| @@ -10,6 +10,7 @@
|
| #include "base/memory/scoped_vector.h"
|
| #include "chrome/common/extensions/extension.h"
|
| #include "chrome/common/extensions/features/feature.h"
|
| +#include "chrome/common/extensions/manifest.h"
|
|
|
| namespace extensions {
|
|
|
| @@ -27,7 +28,7 @@ class ComplexFeature : public Feature {
|
|
|
| // extensions::Feature:
|
| virtual Availability IsAvailableToManifest(const std::string& extension_id,
|
| - Extension::Type type,
|
| + Manifest::Type type,
|
| Location location,
|
| int manifest_version,
|
| Platform platform) const OVERRIDE;
|
| @@ -40,7 +41,7 @@ class ComplexFeature : public Feature {
|
| // extensions::Feature:
|
| virtual std::string GetAvailabilityMessage(
|
| AvailabilityResult result,
|
| - Extension::Type type) const OVERRIDE;
|
| + Manifest::Type type) const OVERRIDE;
|
|
|
| virtual std::set<Context>* GetContexts() OVERRIDE;
|
|
|
|
|