| Index: content/browser/download/drag_download_util.cc
|
| diff --git a/content/browser/download/drag_download_util.cc b/content/browser/download/drag_download_util.cc
|
| index a5ff841657ee463e0e5a0830ba9c5e689ffd2dfd..41bff06dd27c4a78930e7a2397406de7753a3ae8 100644
|
| --- a/content/browser/download/drag_download_util.cc
|
| +++ b/content/browser/download/drag_download_util.cc
|
| @@ -82,7 +82,7 @@ FileStream* CreateFileStreamForDrop(base::FilePath* file_path,
|
|
|
| // Explicitly (and redundantly check) for file -- despite the fact that our
|
| // open won't overwrite -- just to avoid log spew.
|
| - if (!file_util::PathExists(new_file_path) &&
|
| + if (!base::PathExists(new_file_path) &&
|
| file_stream->OpenSync(new_file_path, base::PLATFORM_FILE_CREATE |
|
| base::PLATFORM_FILE_WRITE) == net::OK) {
|
| *file_path = new_file_path;
|
|
|