Chromium Code Reviews| Index: chrome/common/chrome_paths.cc |
| =================================================================== |
| --- chrome/common/chrome_paths.cc (revision 1724) |
| +++ chrome/common/chrome_paths.cc (working copy) |
| @@ -95,7 +95,7 @@ |
| return false; |
| file_util::AppendToPath(&cur, L"Crash Reports"); |
| break; |
| - case chrome::DIR_DEFAULT_DOWNLOAD: |
| + case chrome::DIR_USER_DESKTOP: |
| if (FAILED(SHGetFolderPath(NULL, CSIDL_DESKTOPDIRECTORY, NULL, |
| SHGFP_TYPE_CURRENT, system_buffer))) |
| return false; |