| Index: sync/internal_api/attachments/fake_attachment_downloader.cc
|
| diff --git a/sync/internal_api/attachments/fake_attachment_downloader.cc b/sync/internal_api/attachments/fake_attachment_downloader.cc
|
| index 299c4184287ff8eabb82bb96265a668a0fd54969..cf3f6f0a3ad8b176c22f60a2037f2feab509399a 100644
|
| --- a/sync/internal_api/attachments/fake_attachment_downloader.cc
|
| +++ b/sync/internal_api/attachments/fake_attachment_downloader.cc
|
| @@ -24,7 +24,7 @@ void FakeAttachmentDownloader::DownloadAttachment(
|
| // This is happy fake downloader, it always successfully downloads empty
|
| // attachment.
|
| scoped_refptr<base::RefCountedMemory> data(new base::RefCountedBytes());
|
| - scoped_ptr<Attachment> attachment;
|
| + std::unique_ptr<Attachment> attachment;
|
| attachment.reset(
|
| new Attachment(Attachment::CreateFromParts(attachment_id, data)));
|
| base::MessageLoop::current()->PostTask(
|
|
|