aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/sender/crash_report_sender.h
diff options
context:
space:
mode:
authorqsr@chromium.org <qsr@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2011-10-11 14:40:57 +0000
committerqsr@chromium.org <qsr@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2011-10-11 14:40:57 +0000
commit0775bfd7abf070947663dcb2659feb443564a0cb (patch)
tree71c6922dd57010d7fc681eaa849a883686a44380 /src/client/mac/sender/crash_report_sender.h
parent Handle ios dump. (diff)
downloadbreakpad-0775bfd7abf070947663dcb2659feb443564a0cb.tar.xz
Extract constants from Breakpad.h.
This is done to allow ios implementation to use the same constants. Review URL: http://breakpad.appspot.com/311001 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@856 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/mac/sender/crash_report_sender.h')
-rw-r--r--src/client/mac/sender/crash_report_sender.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/mac/sender/crash_report_sender.h b/src/client/mac/sender/crash_report_sender.h
index cff83fb4..6a29d48a 100644
--- a/src/client/mac/sender/crash_report_sender.h
+++ b/src/client/mac/sender/crash_report_sender.h
@@ -32,7 +32,7 @@
// It will perform throttling based on the parameters passed to it and will
// prompt the user to send the minidump.
-#include <Foundation/Foundation.h>
+#import <Cocoa/Cocoa.h>
#include "client/mac/sender/uploader.h"
#import "GTMDefines.h"