| Index: chrome/browser/autofill/autofill_dialog.cc
|
| ===================================================================
|
| --- chrome/browser/autofill/autofill_dialog.cc (revision 36779)
|
| +++ chrome/browser/autofill/autofill_dialog.cc (working copy)
|
| @@ -8,7 +8,7 @@
|
| // function. The last one to implement the function should remove this file.
|
| #if defined(OS_WIN) || defined(OS_MACOSX)
|
| void ShowAutoFillDialog(AutoFillDialogObserver* observer,
|
| - const std::vector<AutoFillProfile>& profiles,
|
| - const std::vector<CreditCard>& credit_cards) {
|
| + const std::vector<AutoFillProfile*>& profiles,
|
| + const std::vector<CreditCard*>& credit_cards) {
|
| }
|
| #endif // defined(OS_WIN) || defined(OS_MACOSX)
|
|
|