mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-23 20:38:43 +00:00
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:
@@ -32,7 +32,7 @@
|
|||||||
// Each file is sent with a name field in addition to the filename and data
|
// Each file is sent with a name field in addition to the filename and data
|
||||||
// The data will be sent synchronously.
|
// The data will be sent synchronously.
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Foundation/Foundation.h>
|
||||||
|
|
||||||
@interface HTTPMultipartUpload : NSObject {
|
@interface HTTPMultipartUpload : NSObject {
|
||||||
@protected
|
@protected
|
||||||
|
|||||||
Reference in New Issue
Block a user