| Index: components/autofill/core/browser/test_autofill_manager_delegate.h
|
| diff --git a/components/autofill/core/browser/test_autofill_manager_delegate.h b/components/autofill/core/browser/test_autofill_manager_delegate.h
|
| index 3bc67cd2dfae52e7306d2bc75dd3989d8101fafd..eeebd4a1f0888bc9e00e9e414c2ec0728289fe1f 100644
|
| --- a/components/autofill/core/browser/test_autofill_manager_delegate.h
|
| +++ b/components/autofill/core/browser/test_autofill_manager_delegate.h
|
| @@ -20,6 +20,8 @@ class TestAutofillManagerDelegate : public AutofillManagerDelegate {
|
|
|
| // AutofillManagerDelegate implementation.
|
| virtual PersonalDataManager* GetPersonalDataManager() OVERRIDE;
|
| + virtual scoped_refptr<AutofillWebDataService>
|
| + GetAutofillWebDataService() OVERRIDE;
|
| virtual PrefService* GetPrefs() OVERRIDE;
|
| virtual void HideRequestAutocompleteDialog() OVERRIDE;
|
| virtual void ShowAutofillSettings() OVERRIDE;
|
|
|