| 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..a9c5ccfa74510a47dec951b9c0b36e96740e7142 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,8 @@ class TestAutofillManagerDelegate : public AutofillManagerDelegate {
|
| virtual bool IsSavingPasswordsEnabled() const OVERRIDE;
|
| virtual void OnAutocheckoutError() OVERRIDE;
|
| virtual void ShowAutofillSettings() OVERRIDE;
|
| + virtual void ShowAutofillCCImportConfirmation(
|
| + scoped_ptr<AutofillCCImportConfirmationDelegate> delegate) OVERRIDE;
|
| virtual void ShowPasswordGenerationBubble(
|
| const gfx::Rect& bounds,
|
| const content::PasswordForm& form,
|
|
|