| Index: components/sync_driver/ui_data_type_controller_unittest.cc
|
| diff --git a/components/sync_driver/ui_data_type_controller_unittest.cc b/components/sync_driver/ui_data_type_controller_unittest.cc
|
| index 4ff695fa8c695879f4c1e607fb655fb369f71a8a..0082c166265a174c71727b3f7210f7e4fc55dc2c 100644
|
| --- a/components/sync_driver/ui_data_type_controller_unittest.cc
|
| +++ b/components/sync_driver/ui_data_type_controller_unittest.cc
|
| @@ -57,7 +57,7 @@ class SyncUIDataTypeControllerTest : public testing::Test,
|
| }
|
|
|
| scoped_ptr<syncer::AttachmentService> CreateAttachmentService(
|
| - const scoped_refptr<syncer::AttachmentStore>& attachment_store,
|
| + scoped_ptr<syncer::AttachmentStore> attachment_store,
|
| const syncer::UserShare& user_share,
|
| const std::string& store_birthday,
|
| syncer::ModelType model_type,
|
|
|