| Index: chrome/common/logging_chrome.h
 | 
| diff --git a/chrome/common/logging_chrome.h b/chrome/common/logging_chrome.h
 | 
| index a448c3db47f8d63cfb2fe87fcfe68a3741c9215c..0434de588ddc3db3358704fa5e3332a58d804d60 100644
 | 
| --- a/chrome/common/logging_chrome.h
 | 
| +++ b/chrome/common/logging_chrome.h
 | 
| @@ -65,7 +65,7 @@ size_t GetFatalAssertions(AssertionList* assertions);
 | 
|  // Handler to silently dump the current process without crashing.
 | 
|  void DumpWithoutCrashing();
 | 
|  
 | 
| -#if defined(USE_LINUX_BREAKPAD) || defined(OS_MACOSX)
 | 
| +#if defined(USE_POSIX_BREAKPAD) || defined(OS_MACOSX)
 | 
|  // Sets a function that'll be invoked to dump the current process when
 | 
|  // DumpWithoutCrashing() is called.
 | 
|  void SetDumpWithoutCrashingFunction(void (*function)());
 | 
| 
 |