| Index: net/disk_cache/simple/simple_backend_impl.cc
|
| diff --git a/net/disk_cache/simple/simple_backend_impl.cc b/net/disk_cache/simple/simple_backend_impl.cc
|
| index 591f3a3f6a0dd28b4ec0f79261da1041c518c0e3..6d1d1311d6cd06ab98b21f91d690e500a82ea026 100644
|
| --- a/net/disk_cache/simple/simple_backend_impl.cc
|
| +++ b/net/disk_cache/simple/simple_backend_impl.cc
|
| @@ -255,8 +255,8 @@ int SimpleBackendImpl::Init(const CompletionCallback& completion_callback) {
|
|
|
| index_.reset(new SimpleIndex(
|
| base::ThreadTaskRunnerHandle::Get(), this, cache_type_,
|
| - base::WrapUnique(new SimpleIndexFile(cache_thread_, worker_pool_.get(),
|
| - cache_type_, path_))));
|
| + base::MakeUnique<SimpleIndexFile>(cache_thread_, worker_pool_.get(),
|
| + cache_type_, path_)));
|
| index_->ExecuteWhenReady(
|
| base::Bind(&RecordIndexLoad, cache_type_, base::TimeTicks::Now()));
|
|
|
|
|