Commit ec0d07e4 authored by mark@chromium.org's avatar mark@chromium.org

Fix Mac shared component build following r137235.

BUG=108238
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10407003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137441 0039d316-1c4b-4281-b951-d872f2087c98
parent 83afdfcd
...@@ -33,6 +33,9 @@ typedef unsigned int NSSearchPathDirectory; ...@@ -33,6 +33,9 @@ typedef unsigned int NSSearchPathDirectory;
typedef unsigned int NSSearchPathDomainMask; typedef unsigned int NSSearchPathDomainMask;
#endif #endif
typedef struct OpaqueSecTrustRef* SecACLRef;
typedef struct OpaqueSecTrustedApplicationRef* SecTrustedApplicationRef;
namespace base { namespace base {
namespace mac { namespace mac {
...@@ -245,7 +248,10 @@ CF_CAST_DECL(CFNumber); ...@@ -245,7 +248,10 @@ CF_CAST_DECL(CFNumber);
CF_CAST_DECL(CFSet); CF_CAST_DECL(CFSet);
CF_CAST_DECL(CFString); CF_CAST_DECL(CFString);
#undef CF_CAST_DEFN CF_CAST_DECL(SecACL);
CF_CAST_DECL(SecTrustedApplication);
#undef CF_CAST_DECL
#if defined(__OBJC__) #if defined(__OBJC__)
......
...@@ -13,9 +13,6 @@ ...@@ -13,9 +13,6 @@
#include "base/mac/mac_logging.h" #include "base/mac/mac_logging.h"
#include "base/sys_string_conversions.h" #include "base/sys_string_conversions.h"
typedef struct OpaqueSecTrustRef* SecACLRef;
typedef struct OpaqueSecTrustedApplicationRef* SecTrustedApplicationRef;
extern "C" { extern "C" {
CFTypeID SecACLGetTypeID(); CFTypeID SecACLGetTypeID();
CFTypeID SecTrustedApplicationGetTypeID(); CFTypeID SecTrustedApplicationGetTypeID();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment