diff options
author | qsr@chromium.org <qsr@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2011-10-10 14:43:03 +0000 |
---|---|---|
committer | qsr@chromium.org <qsr@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2011-10-10 14:43:03 +0000 |
commit | 9d4dcad18b4225ba49a6fef2ceca116a3cbd0cc1 (patch) | |
tree | 4d38846a61dbf558d666149d4606eb707b72a5c4 /src | |
parent | Extract the uploader process from crash_report_sender (diff) | |
download | breakpad-9d4dcad18b4225ba49a6fef2ceca116a3cbd0cc1.tar.xz |
Use right header.
Code was pulling Cocoa dependency, when Foundation is enough.
Review URL: http://breakpad.appspot.com/310001
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@854 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src')
-rw-r--r-- | src/common/mac/HTTPMultipartUpload.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mac/HTTPMultipartUpload.h b/src/common/mac/HTTPMultipartUpload.h index 95f259b9..42e8fed3 100644 --- a/src/common/mac/HTTPMultipartUpload.h +++ b/src/common/mac/HTTPMultipartUpload.h @@ -32,7 +32,7 @@ // Each file is sent with a name field in addition to the filename and data // The data will be sent synchronously. -#import <Cocoa/Cocoa.h> +#import <Foundation/Foundation.h> @interface HTTPMultipartUpload : NSObject { @protected |