| Index: services/files/files_impl.cc
|
| diff --git a/services/files/files_impl.cc b/services/files/files_impl.cc
|
| index bfe151b0cba791e315e3c92a4bc7271fe7d0da59..68264274f8361b4953243551ac4cee6447ac2997 100644
|
| --- a/services/files/files_impl.cc
|
| +++ b/services/files/files_impl.cc
|
| @@ -32,7 +32,7 @@ base::ScopedFD CreateAndOpenTemporaryDirectory(
|
| open((*temp_dir)->path().value().c_str(), O_RDONLY | O_DIRECTORY, 0)));
|
| PCHECK(temp_dir_fd.is_valid());
|
| DVLOG(1) << "Made a temporary directory: " << (*temp_dir)->path().value();
|
| - return temp_dir_fd.Pass();
|
| + return temp_dir_fd;
|
| }
|
|
|
| #ifndef NDEBUG
|
|
|