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); |