Chromium Code Reviews| Index: base/mac/foundation_util.h |
| diff --git a/base/mac/foundation_util.h b/base/mac/foundation_util.h |
| index 56798c96f5a7e69bc94fc22ede88853246ffc772..d1e8f6a59d45d88b3513f8ad10237b93e178474f 100644 |
| --- a/base/mac/foundation_util.h |
| +++ b/base/mac/foundation_util.h |
| @@ -99,6 +99,7 @@ TYPE_NAME_FOR_CF_TYPE_DECL(CFNull); |
| TYPE_NAME_FOR_CF_TYPE_DECL(CFNumber); |
| TYPE_NAME_FOR_CF_TYPE_DECL(CFSet); |
| TYPE_NAME_FOR_CF_TYPE_DECL(CFString); |
| +TYPE_NAME_FOR_CF_TYPE_DECL(CFURL); |
|
vandebo (ex-Chrome)
2012/02/28 00:51:33
I'm not sure If this is the right thing, but was n
Avi (use Gerrit)
2012/02/28 01:26:46
Yes, this is fine.
|
| #undef TYPE_NAME_FOR_CF_TYPE_DECL |
| @@ -244,6 +245,7 @@ CF_CAST_DECL(CFNull); |
| CF_CAST_DECL(CFNumber); |
| CF_CAST_DECL(CFSet); |
| CF_CAST_DECL(CFString); |
| +CF_CAST_DECL(CFURL); |
| #undef CF_CAST_DEFN |