Index: chrome/browser/sync/test/integration/autofill_helper.cc |
diff --git a/chrome/browser/sync/test/integration/autofill_helper.cc b/chrome/browser/sync/test/integration/autofill_helper.cc |
index 753ae8c1b00bfd46e90f2e01d6dbb24f8ff5efd6..777c628907e34bcad8a47469e2c91ae07941f554 100644 |
--- a/chrome/browser/sync/test/integration/autofill_helper.cc |
+++ b/chrome/browser/sync/test/integration/autofill_helper.cc |
@@ -86,7 +86,8 @@ void RunOnDBThreadAndBlock(base::Closure task) { |
void GetAllAutofillEntriesOnDBThread(WebDataService* wds, |
std::vector<AutofillEntry>* entries) { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::DB)); |
- wds->GetDatabase()->GetAutofillTable()->GetAllAutofillEntries(entries); |
+ AutofillTable::FromWebDatabase( |
+ wds->GetDatabase())->GetAllAutofillEntries(entries); |
} |
std::vector<AutofillEntry> GetAllAutofillEntries(WebDataService* wds) { |