Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1124)

Unified Diff: components/autofill/browser/test_autofill_manager_delegate.h

Issue 13928035: WIP Component build of autofill Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make windows compiling Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/autofill/browser/test_autofill_manager_delegate.h
diff --git a/components/autofill/browser/test_autofill_manager_delegate.h b/components/autofill/browser/test_autofill_manager_delegate.h
index f88c7cccb7d70c05fd823d6ca370ecf240ce4b37..f8b7b4d33bef83880d02c09f6c459ef204211ee0 100644
--- a/components/autofill/browser/test_autofill_manager_delegate.h
+++ b/components/autofill/browser/test_autofill_manager_delegate.h
@@ -18,6 +18,8 @@ class TestAutofillManagerDelegate : public AutofillManagerDelegate {
virtual ~TestAutofillManagerDelegate();
// AutofillManagerDelegate implementation.
+ virtual scoped_refptr<AutofillWebDataService> GetAutofillWebDataService()
+ OVERRIDE;
virtual PersonalDataManager* GetPersonalDataManager() OVERRIDE;
virtual PrefService* GetPrefs() OVERRIDE;
virtual autocheckout::WhitelistManager*

Powered by Google App Engine
This is Rietveld 408576698