| Index: chrome/browser/sync/glue/extension_data_type_controller.h
|
| diff --git a/chrome/browser/sync/glue/extension_data_type_controller.h b/chrome/browser/sync/glue/extension_data_type_controller.h
|
| index f84649ffa4beb67a4e19872a83c03f7ba51f56d4..baba9a92b97ee667e9c22359cebe8a6c10c601fc 100644
|
| --- a/chrome/browser/sync/glue/extension_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/extension_data_type_controller.h
|
| @@ -21,7 +21,7 @@ class ExtensionDataTypeController : public sync_driver::UIDataTypeController {
|
| public:
|
| ExtensionDataTypeController(
|
| syncer::ModelType type, // Either EXTENSIONS or APPS.
|
| - sync_driver::SyncApiComponentFactory* sync_factory,
|
| + sync_driver::SyncClient* sync_client,
|
| Profile* profile);
|
|
|
| private:
|
|
|