Bug 1039575 followup to fix --disable-crashreporter builds r=bustage

This commit is contained in:
Benjamin Smedberg 2014-07-18 14:23:07 -04:00
parent 793520eac4
commit 6a1e7fc555

View File

@ -15,10 +15,10 @@
#include "mozIGeckoMediaPluginService.h"
#include "mozilla/unused.h"
#ifdef MOZ_CRASHREPORTER
#include "mozilla/dom/CrashReporterParent.h"
using mozilla::dom::CrashReporterParent;
#ifdef MOZ_CRASHREPORTER
using CrashReporter::AnnotationTable;
using CrashReporter::GetIDFromMinidump;
#endif