| Index: content/browser/download/base_file_posix.cc
|
| diff --git a/content/browser/download/base_file_posix.cc b/content/browser/download/base_file_posix.cc
|
| index da654d0f8218439b0c2fe58bb8fad036cee110ad..bd351ad1f729ea01da26a3b13828f92baa9847d2 100644
|
| --- a/content/browser/download/base_file_posix.cc
|
| +++ b/content/browser/download/base_file_posix.cc
|
| @@ -10,7 +10,7 @@
|
| namespace content {
|
|
|
| DownloadInterruptReason BaseFile::MoveFileAndAdjustPermissions(
|
| - const FilePath& new_path) {
|
| + const base::FilePath& new_path) {
|
| // Similarly, on Unix, we're moving a temp file created with permissions 600
|
| // to |new_path|. Here, we try to fix up the destination file with appropriate
|
| // permissions.
|
|
|