| Index: components/sync_driver/device_info_data_type_controller.h
|
| diff --git a/components/sync_driver/device_info_data_type_controller.h b/components/sync_driver/device_info_data_type_controller.h
|
| index 7d1cab497a2157c1bba77f606966983b27584392..dbf669cc6f341dd20f0988f92c61e88b16095721 100644
|
| --- a/components/sync_driver/device_info_data_type_controller.h
|
| +++ b/components/sync_driver/device_info_data_type_controller.h
|
| @@ -18,7 +18,7 @@ class DeviceInfoDataTypeController : public UIDataTypeController {
|
| DeviceInfoDataTypeController(
|
| const scoped_refptr<base::SingleThreadTaskRunner>& ui_thread,
|
| const base::Closure& error_callback,
|
| - SyncApiComponentFactory* sync_factory,
|
| + SyncClient* sync_client,
|
| LocalDeviceInfoProvider* local_device_info_provider);
|
|
|
| private:
|
|
|