| Index: chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc b/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc
|
| index e35479658fbe67118b7af77edc684029c12eefb5..f941a82f68919bf7bd9aaca54828289e1bb639a6 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc
|
| @@ -153,8 +153,8 @@ class FileSystemProviderProviderAsyncFileUtilTest : public testing::Test {
|
|
|
| std::unique_ptr<storage::FileSystemOperationContext>
|
| CreateOperationContext() {
|
| - return base::WrapUnique(
|
| - new storage::FileSystemOperationContext(file_system_context_.get()));
|
| + return base::MakeUnique<storage::FileSystemOperationContext>(
|
| + file_system_context_.get());
|
| }
|
|
|
| content::TestBrowserThreadBundle thread_bundle_;
|
|
|