Index: chrome/common/extensions/extension_set.cc |
diff --git a/chrome/common/extensions/extension_set.cc b/chrome/common/extensions/extension_set.cc |
index 01f35fd652bf52838c3aa3f2d6e40b879b2e9eda..558e55d38fed914568a10eaa6a0c97189cad2bec 100644 |
--- a/chrome/common/extensions/extension_set.cc |
+++ b/chrome/common/extensions/extension_set.cc |
@@ -156,7 +156,7 @@ bool ExtensionSet::ExtensionBindingsAllowed( |
ExtensionMap::const_iterator i = extensions_.begin(); |
for (; i != extensions_.end(); ++i) { |
- if (i->second->location() == Extension::COMPONENT && |
+ if (i->second->location() == extensions::Manifest::COMPONENT && |
i->second->web_extent().MatchesURL(info.url())) |
return true; |
} |