| 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 0b132a048a8f3d389d631dfdc7fbadd222df7360..5b72fad4dcd613e40cc8b91f5718da584507960a 100644
|
| --- a/chrome/browser/sync/glue/autofill_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/autofill_data_type_controller.h
|
| @@ -25,7 +25,8 @@ class AutofillDataTypeController : public NewNonFrontendDataTypeController,
|
| public:
|
| AutofillDataTypeController(
|
| ProfileSyncComponentsFactory* profile_sync_factory,
|
| - Profile* profile);
|
| + Profile* profile,
|
| + ProfileSyncService* sync_service);
|
| virtual ~AutofillDataTypeController();
|
|
|
| // NewNonFrontendDataTypeController implementation.
|
|
|