| Index: sync/api/sync_data_unittest.cc
|
| diff --git a/sync/api/sync_data_unittest.cc b/sync/api/sync_data_unittest.cc
|
| index 020adec8f3399dbfae30d5411ee6575500ce1e21..38f2be43f398bec70c3f232c5b7e01ed3c8757f6 100644
|
| --- a/sync/api/sync_data_unittest.cc
|
| +++ b/sync/api/sync_data_unittest.cc
|
| @@ -41,7 +41,7 @@ class SyncDataTest : public testing::Test {
|
| attachment_service_weak_ptr_factory.GetWeakPtr()) {}
|
| base::MessageLoop loop;
|
| sync_pb::EntitySpecifics specifics;
|
| - scoped_ptr<AttachmentService> attachment_service;
|
| + std::unique_ptr<AttachmentService> attachment_service;
|
| base::WeakPtrFactory<AttachmentService> attachment_service_weak_ptr_factory;
|
| AttachmentServiceProxy attachment_service_proxy;
|
| };
|
|
|