| 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 44b477fe45ea627b809db427325fa0cd6370a324..0b132a048a8f3d389d631dfdc7fbadd222df7360 100644
|
| --- a/chrome/browser/sync/glue/autofill_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/autofill_data_type_controller.h
|
| @@ -23,8 +23,9 @@ namespace browser_sync {
|
| class AutofillDataTypeController : public NewNonFrontendDataTypeController,
|
| public content::NotificationObserver {
|
| public:
|
| - AutofillDataTypeController(ProfileSyncFactory* profile_sync_factory,
|
| - Profile* profile);
|
| + AutofillDataTypeController(
|
| + ProfileSyncComponentsFactory* profile_sync_factory,
|
| + Profile* profile);
|
| virtual ~AutofillDataTypeController();
|
|
|
| // NewNonFrontendDataTypeController implementation.
|
|
|