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 82dde6746182b25b0c6735e6dd18f1f5b21f648d..908926c4e41c3183db7f22b076118fbdf7a5f14e 100644 |
--- a/chrome/browser/sync/test/integration/autofill_helper.cc |
+++ b/chrome/browser/sync/test/integration/autofill_helper.cc |
@@ -198,7 +198,7 @@ void RemoveKeys(int profile) { |
std::set<AutofillEntry> GetAllKeys(int profile) { |
scoped_refptr<WebDataService> wds = GetWebDataService(profile); |
- std::vector<AutofillEntry> all_entries = GetAllAutofillEntries(wds); |
+ std::vector<AutofillEntry> all_entries = GetAllAutofillEntries(wds.get()); |
std::set<AutofillEntry> all_keys; |
for (std::vector<AutofillEntry>::const_iterator it = all_entries.begin(); |
it != all_entries.end(); ++it) { |