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

Unified Diff: chrome/browser/api/webdata/autofill_web_data_service.h

Issue 12695015: Split Autofill webdata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to the end of WDS pipeline Created 7 years, 9 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: chrome/browser/api/webdata/autofill_web_data_service.h
diff --git a/chrome/browser/api/webdata/autofill_web_data_service.h b/chrome/browser/api/webdata/autofill_web_data_service.h
index 100cefc989579a6feac8c3d526d577c5793f77e2..f198c3910aafa8d4eea3f5e3bdab4886bef317c8 100644
--- a/chrome/browser/api/webdata/autofill_web_data_service.h
+++ b/chrome/browser/api/webdata/autofill_web_data_service.h
@@ -7,6 +7,8 @@
#include "chrome/browser/api/webdata/autofill_web_data.h"
+class WebDatabaseService;
+
namespace content {
class BrowserContext;
}
@@ -16,9 +18,8 @@ class AutofillWebDataService
: public AutofillWebData,
public WebDataServiceBase {
public:
- // TODO(joi): This should take a ProfileErrorCallback once this
- // class doesn't simply delegate to WebDataService.
- AutofillWebDataService();
+ AutofillWebDataService(scoped_refptr<WebDatabaseService> wdbs,
+ const ProfileErrorCallback& callback);
// Retrieve an AutofillWebDataService for the given context.
//

Powered by Google App Engine
This is Rietveld 408576698