Chromium Code Reviews| Index: chrome/browser/password_manager.cc |
| =================================================================== |
| --- chrome/browser/password_manager.cc (revision 2568) |
| +++ chrome/browser/password_manager.cc (working copy) |
| @@ -172,7 +172,7 @@ |
| PasswordFormDomManager::CreateFillData(form_for_autofill, |
| best_matches, preferred_match, |
| action_mismatch)); |
| - web_contents_->FillPasswordForm(*fill_data); |
| + web_contents_->render_view_host()->FillPasswordForm(*fill_data); |
| return; |
| } |
| default: |