| Index: chrome/common/chrome_paths.cc
|
| diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc
|
| index 66c7bf2afa44925dd3eb02d9434d524fcd0d7143..f17ba29b7ce51372305b33d75f442806cc01821f 100644
|
| --- a/chrome/common/chrome_paths.cc
|
| +++ b/chrome/common/chrome_paths.cc
|
| @@ -210,7 +210,7 @@
|
| if (!GetDefaultUserDataDirectory(&cur))
|
| return false;
|
| #endif
|
| -#if defined(OS_MACOSX) || defined(OS_WIN)
|
| +#if defined(OS_MACOSX)
|
| cur = cur.Append(FILE_PATH_LITERAL("Crashpad"));
|
| #else
|
| cur = cur.Append(FILE_PATH_LITERAL("Crash Reports"));
|
|
|