| Index: chrome/browser/ui/autofill/chrome_autofill_client.h
|
| diff --git a/chrome/browser/ui/autofill/chrome_autofill_client.h b/chrome/browser/ui/autofill/chrome_autofill_client.h
|
| index 323eb5f92d95c932e9a0bb95a4e511dfbd8cee24..2e2f33ee308f8af1c94af73413f4e8cfba3496dd 100644
|
| --- a/chrome/browser/ui/autofill/chrome_autofill_client.h
|
| +++ b/chrome/browser/ui/autofill/chrome_autofill_client.h
|
| @@ -23,6 +23,7 @@ class WebContents;
|
| namespace autofill {
|
|
|
| class AutofillDialogController;
|
| +class AutofillDriver;
|
| class AutofillKeystoneBridgeWrapper;
|
| class AutofillPopupControllerImpl;
|
| struct FormData;
|
| @@ -45,7 +46,8 @@ class ChromeAutofillClient
|
| PrefService* GetPrefs() override;
|
| void HideRequestAutocompleteDialog() override;
|
| void ShowAutofillSettings() override;
|
| - void ConfirmSaveCreditCard(const AutofillMetrics& metric_logger,
|
| + void ConfirmSaveCreditCard(const AutofillDriver& autofill_driver,
|
| + const AutofillMetrics& metric_logger,
|
| const base::Closure& save_card_callback) override;
|
| void ShowRequestAutocompleteDialog(const FormData& form,
|
| const GURL& source_url,
|
|
|