Index: chrome/browser/automation/testing_automation_provider.cc |
diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc |
index 0b4ff3501297bfa51781c9f348d314447f7c897c..06d47f90f21df96f5d569a01af460e018079c914 100644 |
--- a/chrome/browser/automation/testing_automation_provider.cc |
+++ b/chrome/browser/automation/testing_automation_provider.cc |
@@ -4371,8 +4371,8 @@ void TestingAutomationProvider::GetExtensionsInfo( |
} |
scoped_ptr<DictionaryValue> return_value(new DictionaryValue); |
ListValue* extensions_values = new ListValue; |
- const ExtensionList* extensions = service->extensions(); |
- const ExtensionList* disabled_extensions = service->disabled_extensions(); |
+ const ExtensionSet* extensions = service->extensions(); |
+ const ExtensionSet* disabled_extensions = service->disabled_extensions(); |
ExtensionList all; |
all.insert(all.end(), |
extensions->begin(), |