| Index: chrome/browser/sync_file_system/local/local_file_sync_context.cc
|
| diff --git a/chrome/browser/sync_file_system/local/local_file_sync_context.cc b/chrome/browser/sync_file_system/local/local_file_sync_context.cc
|
| index db114e2cf4462b2724a9874d5ed78cb6927c0a19..ed2309ae5086a5aa06a1bd3b5b656e0f3d2d4d2f 100644
|
| --- a/chrome/browser/sync_file_system/local/local_file_sync_context.cc
|
| +++ b/chrome/browser/sync_file_system/local/local_file_sync_context.cc
|
| @@ -912,8 +912,7 @@ void LocalFileSyncContext::DidGetWritingStatusForSync(
|
| DCHECK(file_util);
|
|
|
| base::File::Error file_error = file_util->GetFileInfo(
|
| - base::WrapUnique(new FileSystemOperationContext(file_system_context))
|
| - .get(),
|
| + base::MakeUnique<FileSystemOperationContext>(file_system_context).get(),
|
| url, &file_info, &platform_path);
|
|
|
| storage::ScopedFile snapshot;
|
|
|