| Index: components/sync_driver/device_info_data_type_controller_unittest.cc
|
| diff --git a/components/sync_driver/device_info_data_type_controller_unittest.cc b/components/sync_driver/device_info_data_type_controller_unittest.cc
|
| index e2b7cbc36021bb6cf455f05e42f666f3c5406059..e1c4af334f879b61c3e85bb6f569c1dd2c249e62 100644
|
| --- a/components/sync_driver/device_info_data_type_controller_unittest.cc
|
| +++ b/components/sync_driver/device_info_data_type_controller_unittest.cc
|
| @@ -65,7 +65,7 @@
|
| }
|
|
|
| scoped_ptr<syncer::AttachmentService> CreateAttachmentService(
|
| - scoped_ptr<syncer::AttachmentStore> attachment_store,
|
| + const scoped_refptr<syncer::AttachmentStore>& attachment_store,
|
| const syncer::UserShare& user_share,
|
| const std::string& store_birthday,
|
| syncer::ModelType model_type,
|
|
|