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 449134efb1c12e7774c26b2e0ae6b803f3e26700..398e5fc214ff4c80201048dbe376435d9afe0fcb 100644 |
--- a/content/browser/download/base_file_win.cc |
+++ b/content/browser/download/base_file_win.cc |
@@ -339,7 +339,7 @@ DownloadInterruptReason BaseFile::AnnotateWithSourceInformation() { |
// If the file is still there, then the error could be due to AES not being |
// available or some other error during the AES invocation. In either case, |
// we don't surface the error to the user. |
- if (!file_util::PathExists(full_path_)) { |
+ if (!base::PathExists(full_path_)) { |
DCHECK(FAILED(hr)); |
result = MapScanAndSaveErrorCodeToInterruptReason(hr); |
if (result == DOWNLOAD_INTERRUPT_REASON_NONE) { |