| Index: sync/internal_api/attachments/in_memory_attachment_store_unittest.cc
|
| diff --git a/sync/internal_api/attachments/in_memory_attachment_store_unittest.cc b/sync/internal_api/attachments/in_memory_attachment_store_unittest.cc
|
| index c99be15a83a93fb520bdcf19f363bb8d98905e51..7b1ac14e13828ddbaf0977e5e749e2f32315c6eb 100644
|
| --- a/sync/internal_api/attachments/in_memory_attachment_store_unittest.cc
|
| +++ b/sync/internal_api/attachments/in_memory_attachment_store_unittest.cc
|
| @@ -13,7 +13,7 @@ class InMemoryAttachmentStoreFactory {
|
| InMemoryAttachmentStoreFactory() {}
|
| ~InMemoryAttachmentStoreFactory() {}
|
|
|
| - scoped_ptr<AttachmentStore> CreateAttachmentStore() {
|
| + std::unique_ptr<AttachmentStore> CreateAttachmentStore() {
|
| return AttachmentStore::CreateInMemoryStore();
|
| }
|
| };
|
|
|