Commit bbf43956 authored by chengx's avatar chengx Committed by Commit bot

Remove unnecessary comments in base/files/file_util_win.cc

BUG=103737

Review-Url: https://codereview.chromium.org/2803563008
Cr-Commit-Position: refs/heads/master@{#463001}
parent 03a0356e
...@@ -364,7 +364,6 @@ bool CreateTemporaryFileInDir(const FilePath& dir, FilePath* temp_file) { ...@@ -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) { if (!create_file_success) {
DPLOG(WARNING) << "Failed to get temporary file name in " DPLOG(WARNING) << "Failed to get temporary file name in "
<< UTF16ToUTF8(dir.value()); << UTF16ToUTF8(dir.value());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment