| Index: chrome/browser/download/download_path_reservation_tracker_unittest.cc
|
| diff --git a/chrome/browser/download/download_path_reservation_tracker_unittest.cc b/chrome/browser/download/download_path_reservation_tracker_unittest.cc
|
| index 4209317254cf42450a2387183ec8d1e1103bb149..ccb0f539f442af28ef148360a0dd427d0452e4ec 100644
|
| --- a/chrome/browser/download/download_path_reservation_tracker_unittest.cc
|
| +++ b/chrome/browser/download/download_path_reservation_tracker_unittest.cc
|
| @@ -455,7 +455,7 @@ TEST_F(DownloadPathReservationTrackerTest, UpdatesToTargetPath) {
|
|
|
| // Tests for long name truncation. On other platforms automatic truncation
|
| // is not performed (yet).
|
| -#if defined(OS_WIN) || defined(OS_MAC) || defined(OS_CHROMEOS)
|
| +#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS)
|
|
|
| TEST_F(DownloadPathReservationTrackerTest, BasicTruncation) {
|
| int real_max_length =
|
|
|