Index: content/browser/download/base_file_win.cc |
diff --git a/content/browser/download/base_file_win.cc b/content/browser/download/base_file_win.cc |
index 6e836c76d57cfebd1a7987e45cf8bed9dd011628..870feb613d3b300a2d793b07cb4701a085bad72c 100644 |
--- a/content/browser/download/base_file_win.cc |
+++ b/content/browser/download/base_file_win.cc |
@@ -338,7 +338,6 @@ DownloadInterruptReason BaseFile::MoveFileAndAdjustPermissions( |
move_info.fFlags = FOF_SILENT | FOF_NOCONFIRMATION | FOF_NOERRORUI | |
FOF_NOCONFIRMMKDIR | FOF_NOCOPYSECURITYATTRIBS; |
- base::TimeTicks now = base::TimeTicks::Now(); |
int result = SHFileOperation(&move_info); |
DownloadInterruptReason interrupt_reason = DOWNLOAD_INTERRUPT_REASON_NONE; |