| Index: chrome/browser/sync/profile_sync_components_factory_mock.cc
|
| diff --git a/chrome/browser/sync/profile_sync_components_factory_mock.cc b/chrome/browser/sync/profile_sync_components_factory_mock.cc
|
| index c6181acffdb5f21bd96b1c4afc351602541cb03d..2c4d64b187cd1fbf7a6bef558b0e7812bdbe6196 100644
|
| --- a/chrome/browser/sync/profile_sync_components_factory_mock.cc
|
| +++ b/chrome/browser/sync/profile_sync_components_factory_mock.cc
|
| @@ -37,7 +37,7 @@
|
|
|
| scoped_ptr<syncer::AttachmentService>
|
| ProfileSyncComponentsFactoryMock::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,
|
|
|