Index: content/shell/shell_download_manager_delegate.cc |
diff --git a/content/shell/shell_download_manager_delegate.cc b/content/shell/shell_download_manager_delegate.cc |
index 5d16db71f1d46da198280a551c39e209f63b40b5..424b1dedafadda20b17e0be9e29cfc523d9c01a4 100644 |
--- a/content/shell/shell_download_manager_delegate.cc |
+++ b/content/shell/shell_download_manager_delegate.cc |
@@ -105,7 +105,7 @@ void ShellDownloadManagerDelegate::GenerateFilename( |
const base::FilePath& generated_name, |
const base::FilePath& suggested_directory) { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); |
- if (!file_util::PathExists(suggested_directory)) |
+ if (!base::PathExists(suggested_directory)) |
file_util::CreateDirectory(suggested_directory); |
base::FilePath suggested_path(suggested_directory.Append(generated_name)); |