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