| Index: base/files/important_file_writer.cc
|
| diff --git a/base/files/important_file_writer.cc b/base/files/important_file_writer.cc
|
| index 466e95d8016cff613cccf2b9b8927fa7824e1476..261c98772e5e67c27811f495ca2dd5c66cba87d7 100644
|
| --- a/base/files/important_file_writer.cc
|
| +++ b/base/files/important_file_writer.cc
|
| @@ -58,7 +58,7 @@ bool ImportantFileWriter::WriteFileAtomically(const FilePath& path,
|
| // as target file, so it can be moved in one step, and that the temp file
|
| // is securely created.
|
| FilePath tmp_file_path;
|
| - if (!file_util::CreateTemporaryFileInDir(path.DirName(), &tmp_file_path)) {
|
| + if (!base::CreateTemporaryFileInDir(path.DirName(), &tmp_file_path)) {
|
| LogFailure(path, FAILED_CREATING, "could not create temporary file");
|
| return false;
|
| }
|
|
|