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 efa27213fff627aab42b3456dc998fbe009367c6..2baab07db7765314aac391f5f4bac698ca0dfa63 100644 |
--- a/chrome/browser/automation/testing_automation_provider.cc |
+++ b/chrome/browser/automation/testing_automation_provider.cc |
@@ -4379,8 +4379,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(), |