| Index: net/cert/test_root_certs_mac.cc
|
| diff --git a/net/cert/test_root_certs_mac.cc b/net/cert/test_root_certs_mac.cc
|
| index 50c4b80a52b2d20ec21018c9f63e2d89e0b961c2..87824d4c9ed19dd67177903c6ae69f6961b9480f 100644
|
| --- a/net/cert/test_root_certs_mac.cc
|
| +++ b/net/cert/test_root_certs_mac.cc
|
| @@ -94,8 +94,8 @@ OSStatus TestRootCerts::FixupSecTrustRef(SecTrustRef trust_ref) const {
|
| if (status)
|
| return status;
|
|
|
| - base::mac::ScopedCFTypeRef<CFArrayRef> scoped_system_roots(system_roots);
|
| - base::mac::ScopedCFTypeRef<CFMutableArrayRef> scoped_roots(
|
| + base::ScopedCFTypeRef<CFArrayRef> scoped_system_roots(system_roots);
|
| + base::ScopedCFTypeRef<CFMutableArrayRef> scoped_roots(
|
| CFArrayCreateMutableCopy(kCFAllocatorDefault, 0, scoped_system_roots));
|
| CFArrayAppendArray(scoped_roots, temporary_roots_,
|
| CFRangeMake(0, CFArrayGetCount(temporary_roots_)));
|
|
|