| Index: chrome/app/breakpad_linuxish.h | 
| diff --git a/chrome/app/breakpad_linux.h b/chrome/app/breakpad_linuxish.h | 
| similarity index 87% | 
| rename from chrome/app/breakpad_linux.h | 
| rename to chrome/app/breakpad_linuxish.h | 
| index 7c205146d3ad68dac2cd161c6055a6ffbd976a26..9a7e2fd5fa1b7eca191a1a534ae2aca56a2c9945 100644 | 
| --- a/chrome/app/breakpad_linux.h | 
| +++ b/chrome/app/breakpad_linuxish.h | 
| @@ -2,8 +2,8 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -#ifndef CHROME_APP_BREAKPAD_LINUX_H_ | 
| -#define CHROME_APP_BREAKPAD_LINUX_H_ | 
| +#ifndef CHROME_APP_BREAKPAD_LINUXISH_H_ | 
| +#define CHROME_APP_BREAKPAD_LINUXISH_H_ | 
| #pragma once | 
|  | 
| #include "base/basictypes.h" | 
| @@ -28,8 +28,9 @@ struct BreakpadInfo { | 
| bool upload;                     // Whether to upload or save crash dump. | 
| uint64_t process_start_time;     // Uptime of the crashing process. | 
| size_t oom_size;                 // Amount of memory requested if OOM. | 
| +  uint64_t pid;                    // PID where applicable. | 
| }; | 
|  | 
| extern void HandleCrashDump(const BreakpadInfo& info); | 
|  | 
| -#endif  // CHROME_APP_BREAKPAD_LINUX_H_ | 
| +#endif  // CHROME_APP_BREAKPAD_LINUXISH_H_ | 
|  |