| Index: content/common/sandbox_mac.h
|
| diff --git a/content/common/sandbox_mac.h b/content/common/sandbox_mac.h
|
| index afda387549f866b546dc4f5de3f33da81bdb4158..39f230161f95c0d99c15b6c7e65fac04a615b2df 100644
|
| --- a/content/common/sandbox_mac.h
|
| +++ b/content/common/sandbox_mac.h
|
| @@ -18,14 +18,6 @@ namespace base {
|
| class FilePath;
|
| }
|
|
|
| -#if __OBJC__
|
| -@class NSArray;
|
| -@class NSString;
|
| -#else
|
| -class NSArray;
|
| -class NSString;
|
| -#endif
|
| -
|
| namespace content {
|
|
|
| // This class wraps the C-style sandbox APIs in a class to ensure proper
|
|
|