Index: chrome/common/extensions/features/feature.cc |
diff --git a/chrome/common/extensions/features/feature.cc b/chrome/common/extensions/features/feature.cc |
index b20efda3b75c2267302fd270f69cd0d12866818e..991ec8684313966aefd2faa5ffe509ee5afcb5a1 100644 |
--- a/chrome/common/extensions/features/feature.cc |
+++ b/chrome/common/extensions/features/feature.cc |
@@ -34,8 +34,8 @@ Feature::Platform Feature::GetCurrentPlatform() { |
} |
// static |
-Feature::Location Feature::ConvertLocation(Extension::Location location) { |
- if (location == Extension::COMPONENT) |
+Feature::Location Feature::ConvertLocation(Manifest::Location location) { |
+ if (location == Manifest::COMPONENT) |
return COMPONENT_LOCATION; |
else |
return UNSPECIFIED_LOCATION; |