Index: components/sync/core/model_type_store_impl.cc |
diff --git a/components/sync/core/model_type_store_impl.cc b/components/sync/core/model_type_store_impl.cc |
index 3630b988e207fd2d864b1cc8624387981511321c..e2993822db979560cb6432a561677eae3770ab15 100644 |
--- a/components/sync/core/model_type_store_impl.cc |
+++ b/components/sync/core/model_type_store_impl.cc |
@@ -272,7 +272,7 @@ void ModelTypeStoreImpl::ReadAllMetadataDone( |
std::unique_ptr<ModelTypeStore::WriteBatch> |
ModelTypeStoreImpl::CreateWriteBatch() { |
DCHECK(CalledOnValidThread()); |
- return base::WrapUnique(new WriteBatchImpl()); |
+ return base::MakeUnique<WriteBatchImpl>(); |
} |
void ModelTypeStoreImpl::CommitWriteBatch( |