| Index: chrome/browser/autofill/test_autofill_manager_delegate.h
|
| diff --git a/chrome/browser/autofill/test_autofill_manager_delegate.h b/chrome/browser/autofill/test_autofill_manager_delegate.h
|
| index 86ab904d7931ee36243943c1249f292d318cf322..6a6fa8d716ae7348fbf03fd415a125c81c298c2e 100644
|
| --- a/chrome/browser/autofill/test_autofill_manager_delegate.h
|
| +++ b/chrome/browser/autofill/test_autofill_manager_delegate.h
|
| @@ -18,7 +18,6 @@ class TestAutofillManagerDelegate : public AutofillManagerDelegate {
|
| virtual ~TestAutofillManagerDelegate();
|
|
|
| // AutofillManagerDelegate implementation.
|
| - virtual InfoBarService* GetInfoBarService() OVERRIDE;
|
| virtual PersonalDataManager* GetPersonalDataManager() OVERRIDE;
|
| virtual PrefService* GetPrefs() OVERRIDE;
|
| virtual ProfileSyncServiceBase* GetProfileSyncService() OVERRIDE;
|
| @@ -26,6 +25,9 @@ class TestAutofillManagerDelegate : public AutofillManagerDelegate {
|
| virtual bool IsSavingPasswordsEnabled() const OVERRIDE;
|
| virtual void OnAutocheckoutError() OVERRIDE;
|
| virtual void ShowAutofillSettings() OVERRIDE;
|
| + virtual void ConfirmImportCC(const AutofillMetrics& metric_logger,
|
| + const CreditCard& credit_card,
|
| + const base::Closure& import_callback) OVERRIDE;
|
| virtual void ShowPasswordGenerationBubble(
|
| const gfx::Rect& bounds,
|
| const content::PasswordForm& form,
|
|
|