| 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 e848a171de5979312901930dbe272587c099e355..31f86e485dc5d0c9a45fbfd7a3a4f941d6462639 100644
|
| --- a/chrome/browser/sync/test/integration/autofill_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/autofill_helper.cc
|
| @@ -221,7 +221,7 @@ void RemoveKeys(int profile) {
|
|
|
| std::set<AutofillEntry> GetAllKeys(int profile) {
|
| scoped_refptr<AutofillWebDataService> 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) {
|
|
|