| Index: chrome/browser/password_manager/password_store_default.cc
|
| ===================================================================
|
| --- chrome/browser/password_manager/password_store_default.cc (revision 49824)
|
| +++ chrome/browser/password_manager/password_store_default.cc (working copy)
|
| @@ -145,7 +145,7 @@
|
| static_cast<const WDResult<PasswordForms>*>(result)->GetValue();
|
| for (PasswordForms::const_iterator it = forms.begin();
|
| it != forms.end(); ++it) {
|
| - AddLoginImpl(**it);
|
| + AddLogin(**it);
|
| web_data_service_->RemoveLogin(**it);
|
| delete *it;
|
| }
|
|
|