Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Unified Diff: base/mac/foundation_util.h

Issue 10407003: Fix Mac shared component build following r137235 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/mac/foundation_util.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/mac/foundation_util.h
===================================================================
--- base/mac/foundation_util.h (revision 137420)
+++ base/mac/foundation_util.h (working copy)
@@ -33,6 +33,9 @@
typedef unsigned int NSSearchPathDomainMask;
#endif
+typedef struct OpaqueSecTrustRef* SecACLRef;
+typedef struct OpaqueSecTrustedApplicationRef* SecTrustedApplicationRef;
Nico 2012/05/16 16:55:11 I think it's strange that something in base/mac co
+
namespace base {
namespace mac {
@@ -245,8 +248,11 @@
CF_CAST_DECL(CFSet);
CF_CAST_DECL(CFString);
-#undef CF_CAST_DEFN
+CF_CAST_DECL(SecACL);
+CF_CAST_DECL(SecTrustedApplication);
+#undef CF_CAST_DECL
+
#if defined(__OBJC__)
// ObjCCast<>() and ObjCCastStrict<>() cast a basic id to a more
« no previous file with comments | « no previous file | base/mac/foundation_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698