| Index: chrome/browser/download/download_path_reservation_tracker.cc
|
| diff --git a/chrome/browser/download/download_path_reservation_tracker.cc b/chrome/browser/download/download_path_reservation_tracker.cc
|
| index 28c3990c91f685b70ca0a9c1d4c3b8d198f3784f..18ef80090df78813090a766319d5a74230fb9540 100644
|
| --- a/chrome/browser/download/download_path_reservation_tracker.cc
|
| +++ b/chrome/browser/download/download_path_reservation_tracker.cc
|
| @@ -183,7 +183,7 @@ void CreateReservation(
|
| (create_directory ||
|
| (!default_download_path.empty() &&
|
| (default_download_path == target_dir)))) {
|
| - file_util::CreateDirectory(target_dir);
|
| + base::CreateDirectory(target_dir);
|
| }
|
|
|
| // Check writability of the suggested path. If we can't write to it, default
|
|
|