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

Unified Diff: chrome/browser/sync/glue/autofill_profile_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_profile_data_type_controller.h
diff --git a/chrome/browser/sync/glue/autofill_profile_data_type_controller.h b/chrome/browser/sync/glue/autofill_profile_data_type_controller.h
index 031d6afe0d4946a553861ab559bbd75df481f135..df9fbb75ba84e7e895826d480775f4477016167c 100644
--- a/chrome/browser/sync/glue/autofill_profile_data_type_controller.h
+++ b/chrome/browser/sync/glue/autofill_profile_data_type_controller.h
@@ -12,8 +12,8 @@
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
+class AutofillWebDataService;
class PersonalDataManager;
-class WebDataService;
namespace browser_sync {
@@ -51,7 +51,7 @@ class AutofillProfileDataTypeController
private:
PersonalDataManager* personal_data_;
- scoped_refptr<WebDataService> web_data_service_;
+ scoped_refptr<AutofillWebDataService> web_data_service_;
content::NotificationRegistrar notification_registrar_;
DISALLOW_COPY_AND_ASSIGN(AutofillProfileDataTypeController);

Powered by Google App Engine
This is Rietveld 408576698