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
This commit is contained in:
qsr@chromium.org 2011-10-10 14:43:03 +00:00
parent bf747d2dbb
commit 9d4dcad18b

View file

@ -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