| Index: chrome/browser/views/autofill_profiles_view_win.cc
|
| ===================================================================
|
| --- chrome/browser/views/autofill_profiles_view_win.cc (revision 40742)
|
| +++ chrome/browser/views/autofill_profiles_view_win.cc (working copy)
|
| @@ -1124,7 +1124,8 @@
|
| // Declared in "chrome/browser/autofill/autofill_dialog.h"
|
| void ShowAutoFillDialog(AutoFillDialogObserver* observer,
|
| const std::vector<AutoFillProfile*>& profiles,
|
| - const std::vector<CreditCard*>& credit_cards) {
|
| + const std::vector<CreditCard*>& credit_cards,
|
| + Profile* profile) {
|
| AutoFillProfilesView::Show(observer, profiles, credit_cards);
|
| }
|
|
|
|
|