Bustage fix for non-IPC crash reporter. b=542379

This commit is contained in:
Josh Aas 2010-06-20 23:04:31 -04:00
parent 3cd0ddd1cc
commit ae10b1e39c

View File

@ -96,13 +96,13 @@
#include "prprf.h" #include "prprf.h"
#include "nsIXULAppInfo.h" #include "nsIXULAppInfo.h"
#if defined(MOZ_IPC)
#include "nsIUUIDGenerator.h"
#if defined(XP_MACOSX) #if defined(XP_MACOSX)
CFStringRef reporterClientAppID = CFSTR("org.mozilla.crashreporter"); CFStringRef reporterClientAppID = CFSTR("org.mozilla.crashreporter");
#endif #endif
#if defined(MOZ_IPC)
#include "nsIUUIDGenerator.h"
#if !defined(XP_MACOSX) #if !defined(XP_MACOSX)
using google_breakpad::CrashGenerationServer; using google_breakpad::CrashGenerationServer;
using google_breakpad::ClientInfo; using google_breakpad::ClientInfo;
@ -110,7 +110,7 @@ using google_breakpad::ClientInfo;
using mozilla::Mutex; using mozilla::Mutex;
using mozilla::MutexAutoLock; using mozilla::MutexAutoLock;
#endif #endif // MOZ_IPC
namespace CrashReporter { namespace CrashReporter {