| Index: chrome/common/chrome_paths.cc
|
| diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc
|
| index f28a3203e760af849c4568c3bf0cf05f9707722c..14774b1f1ffb2e12c8101daafb68b40d9d04768c 100644
|
| --- a/chrome/common/chrome_paths.cc
|
| +++ b/chrome/common/chrome_paths.cc
|
| @@ -210,7 +210,7 @@ bool PathProvider(int key, base::FilePath* result) {
|
| if (!GetDefaultUserDataDirectory(&cur))
|
| return false;
|
| #endif
|
| -#if defined(OS_MACOSX)
|
| +#if defined(OS_MACOSX) || defined(OS_WIN)
|
| cur = cur.Append(FILE_PATH_LITERAL("Crashpad"));
|
| #else
|
| cur = cur.Append(FILE_PATH_LITERAL("Crash Reports"));
|
|
|