| Index: components/filesystem/file_system_impl.cc
|
| diff --git a/components/filesystem/file_system_impl.cc b/components/filesystem/file_system_impl.cc
|
| index 5338909dd1cabc81893082a2f5fcf97ed1efe4ec..1dc800869028a3309ecb60c1d1994973731adfd9 100644
|
| --- a/components/filesystem/file_system_impl.cc
|
| +++ b/components/filesystem/file_system_impl.cc
|
| @@ -40,7 +40,7 @@ void FileSystemImpl::OpenTempDirectory(
|
| std::unique_ptr<base::ScopedTempDir> temp_dir(new base::ScopedTempDir);
|
| CHECK(temp_dir->CreateUniqueTempDir());
|
|
|
| - base::FilePath path = temp_dir->path();
|
| + base::FilePath path = temp_dir->GetPath();
|
| scoped_refptr<SharedTempDir> shared_temp_dir =
|
| new SharedTempDir(std::move(temp_dir));
|
| mojo::MakeStrongBinding(base::MakeUnique<DirectoryImpl>(
|
|
|