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

Unified Diff: chrome/browser/sync/glue/autofill_data_type_controller.h

Issue 12897009: Autofill Webdata Split TRY ONLY (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try again 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/sync/glue/autofill_data_type_controller.h
diff --git a/chrome/browser/sync/glue/autofill_data_type_controller.h b/chrome/browser/sync/glue/autofill_data_type_controller.h
index bee3a4be58ec561edc63fc0a03b77dcd37b7ea2b..a649f4cc5f0865c96cd08933af27d3140f3f7519 100644
--- a/chrome/browser/sync/glue/autofill_data_type_controller.h
+++ b/chrome/browser/sync/glue/autofill_data_type_controller.h
@@ -14,7 +14,7 @@
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
-class WebDataService;
+class AutofillWebDataService;
namespace browser_sync {
@@ -59,7 +59,7 @@ class AutofillDataTypeController : public NonUIDataTypeController,
// an updated value of autofill culling settings.
void UpdateAutofillCullingSettings(bool cull_expired_entries);
- scoped_refptr<WebDataService> web_data_service_;
+ scoped_refptr<AutofillWebDataService> web_data_service_;
content::NotificationRegistrar notification_registrar_;
DISALLOW_COPY_AND_ASSIGN(AutofillDataTypeController);

Powered by Google App Engine
This is Rietveld 408576698