Fix linking error

This commit is contained in:
Cheng Zhao 2015-09-28 16:45:53 +08:00
parent 3afc9c4ebe
commit df7a9b80b1

View file

@ -64,7 +64,6 @@ CrashReporter::GetUploadedReports(const std::string& path) {
return result; return result;
} }
#if defined(OS_MACOSX) && defined(MAS_BUILD)
void CrashReporter::InitBreakpad(const std::string& product_name, void CrashReporter::InitBreakpad(const std::string& product_name,
const std::string& version, const std::string& version,
const std::string& company_name, const std::string& company_name,
@ -76,6 +75,7 @@ void CrashReporter::InitBreakpad(const std::string& product_name,
void CrashReporter::SetUploadParameters() { void CrashReporter::SetUploadParameters() {
} }
#if defined(OS_MACOSX) && defined(MAS_BUILD)
// static // static
CrashReporter* CrashReporter::GetInstance() { CrashReporter* CrashReporter::GetInstance() {
static CrashReporter crash_reporter; static CrashReporter crash_reporter;