| Index: base/files/file_util_win.cc
|
| diff --git a/base/files/file_util_win.cc b/base/files/file_util_win.cc
|
| index 30749906b7f68fd01a46061fa48b6dc40ca519fd..294726a8279089098c812fff6c35738d6dd65660 100644
|
| --- a/base/files/file_util_win.cc
|
| +++ b/base/files/file_util_win.cc
|
| @@ -364,7 +364,6 @@ bool CreateTemporaryFileInDir(const FilePath& dir, FilePath* temp_file) {
|
| }
|
| }
|
|
|
| - // Exist early if we can't create an unique name.
|
| if (!create_file_success) {
|
| DPLOG(WARNING) << "Failed to get temporary file name in "
|
| << UTF16ToUTF8(dir.value());
|
|
|