diff options
Diffstat (limited to 'chrome/app/breakpad_mac.h')
-rw-r--r-- | chrome/app/breakpad_mac.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome/app/breakpad_mac.h b/chrome/app/breakpad_mac.h index 8872191..ce6f25f 100644 --- a/chrome/app/breakpad_mac.h +++ b/chrome/app/breakpad_mac.h @@ -5,8 +5,6 @@ #ifndef CHROME_APP_BREAKPAD_MAC_H_ #define CHROME_APP_BREAKPAD_MAC_H_ -extern "C" { - // This header defines the Chrome entry points for Breakpad integration. // Initializes Breakpad. @@ -23,7 +21,7 @@ bool IsCrashReporterDisabled(); // Call on clean process shutdown. void DestructCrashReporter(); -#if __OBJC__ +#ifdef __OBJC__ @class NSString; @@ -36,6 +34,4 @@ void ClearCrashKeyValue(NSString* key); #endif // __OBJC__ -} - #endif // CHROME_APP_BREAKPAD_MAC_H_ |