summaryrefslogtreecommitdiffstats
path: root/base/mac/foundation_util.mm
diff options
context:
space:
mode:
Diffstat (limited to 'base/mac/foundation_util.mm')
-rw-r--r--base/mac/foundation_util.mm5
1 files changed, 2 insertions, 3 deletions
diff --git a/base/mac/foundation_util.mm b/base/mac/foundation_util.mm
index 71e8942..1897b6f 100644
--- a/base/mac/foundation_util.mm
+++ b/base/mac/foundation_util.mm
@@ -383,9 +383,8 @@ std::ostream& operator<<(std::ostream& o, const CFStringRef string) {
}
std::ostream& operator<<(std::ostream& o, const CFErrorRef err) {
- base::mac::ScopedCFTypeRef<CFStringRef> desc(CFErrorCopyDescription(err));
- base::mac::ScopedCFTypeRef<CFDictionaryRef> user_info(
- CFErrorCopyUserInfo(err));
+ base::ScopedCFTypeRef<CFStringRef> desc(CFErrorCopyDescription(err));
+ base::ScopedCFTypeRef<CFDictionaryRef> user_info(CFErrorCopyUserInfo(err));
CFStringRef errorDesc = NULL;
if (user_info.get()) {
errorDesc = reinterpret_cast<CFStringRef>(