| Index: chrome/installer/util/lzma_file_allocator_unittest.cc
|
| diff --git a/chrome/installer/util/lzma_file_allocator_unittest.cc b/chrome/installer/util/lzma_file_allocator_unittest.cc
|
| index e790495cd37d018c74d0429133828a35be03ea0d..6df6fb40386d95e62b6ce88b3a514e484ca6d537 100644
|
| --- a/chrome/installer/util/lzma_file_allocator_unittest.cc
|
| +++ b/chrome/installer/util/lzma_file_allocator_unittest.cc
|
| @@ -64,7 +64,7 @@ TEST_F(LzmaFileAllocatorTest, SizeIsZeroTest) {
|
|
|
| TEST_F(LzmaFileAllocatorTest, DeleteAfterCloseTest) {
|
| std::unique_ptr<LzmaFileAllocator> allocator =
|
| - base::WrapUnique(new LzmaFileAllocator(temp_dir_.path()));
|
| + base::MakeUnique<LzmaFileAllocator>(temp_dir_.path());
|
| base::FilePath file_path = allocator->mapped_file_path_;
|
| ASSERT_TRUE(base::PathExists(file_path));
|
| allocator.reset();
|
|
|