| Index: base/mac/foundation_util.h
|
| diff --git a/base/mac/foundation_util.h b/base/mac/foundation_util.h
|
| index ee23a17fb16e6c0c5c6856c6cd0ccbd9dd43c120..3ad9a1a77f84f4d0e9b55210df1aee6e5cfa750e 100644
|
| --- a/base/mac/foundation_util.h
|
| +++ b/base/mac/foundation_util.h
|
| @@ -141,6 +141,8 @@ TYPE_NAME_FOR_CF_TYPE_DECL(CGColor);
|
| TYPE_NAME_FOR_CF_TYPE_DECL(CTFont);
|
| TYPE_NAME_FOR_CF_TYPE_DECL(CTRun);
|
|
|
| +TYPE_NAME_FOR_CF_TYPE_DECL(SecPolicy);
|
| +
|
| #undef TYPE_NAME_FOR_CF_TYPE_DECL
|
|
|
| // Retain/release calls for memory management in C++.
|
| @@ -301,6 +303,7 @@ CF_CAST_DECL(CTFontDescriptor);
|
| CF_CAST_DECL(CTRun);
|
|
|
| CF_CAST_DECL(SecACL);
|
| +CF_CAST_DECL(SecPolicy);
|
| CF_CAST_DECL(SecTrustedApplication);
|
|
|
| #undef CF_CAST_DECL
|
|
|