From 9d4dcad18b4225ba49a6fef2ceca116a3cbd0cc1 Mon Sep 17 00:00:00 2001 From: "qsr@chromium.org" Date: Mon, 10 Oct 2011 14:43:03 +0000 Subject: 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 --- src/common/mac/HTTPMultipartUpload.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +#import @interface HTTPMultipartUpload : NSObject { @protected -- cgit v1.2.1