| Index: components/sync_driver/shared_change_processor_unittest.cc
|
| diff --git a/components/sync_driver/shared_change_processor_unittest.cc b/components/sync_driver/shared_change_processor_unittest.cc
|
| index e76e1e4abf40410ae760235949c9cad68b52619b..8177e018558f873143893655c7614111b284ad45 100644
|
| --- a/components/sync_driver/shared_change_processor_unittest.cc
|
| +++ b/components/sync_driver/shared_change_processor_unittest.cc
|
| @@ -51,7 +51,7 @@ class SyncSharedChangeProcessorTest :
|
| }
|
|
|
| virtual 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,
|
|
|