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

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

Issue 12957002: wd4-ui for try only (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: wd4-ui_with_windows_fix 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
« no previous file with comments | « no previous file | chrome/browser/api/webdata/web_data_service_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ee39ad72d3fd63234983ec00ba6fafa7cbcbe5db..100cefc989579a6feac8c3d526d577c5793f77e2 100644
--- a/chrome/browser/api/webdata/autofill_web_data_service.h
+++ b/chrome/browser/api/webdata/autofill_web_data_service.h
@@ -16,12 +16,17 @@ class AutofillWebDataService
: public AutofillWebData,
public WebDataServiceBase {
public:
+ // TODO(joi): This should take a ProfileErrorCallback once this
+ // class doesn't simply delegate to WebDataService.
+ AutofillWebDataService();
+
// Retrieve an AutofillWebDataService for the given context.
//
// Can return NULL in some contexts.
- static scoped_ptr<AutofillWebDataService> FromBrowserContext(
+ static scoped_refptr<AutofillWebDataService> FromBrowserContext(
content::BrowserContext* context);
+ protected:
virtual ~AutofillWebDataService() {}
};
« no previous file with comments | « no previous file | chrome/browser/api/webdata/web_data_service_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698