| Index: net/ssl/ssl_platform_key_mac_unittest.cc | 
| diff --git a/net/ssl/ssl_platform_key_mac_unittest.cc b/net/ssl/ssl_platform_key_mac_unittest.cc | 
| index 3689d42166f72e46bc91ed5afb2826932b9c2ad6..006d417d9316df627fcd6415ddf0433d5be991e5 100644 | 
| --- a/net/ssl/ssl_platform_key_mac_unittest.cc | 
| +++ b/net/ssl/ssl_platform_key_mac_unittest.cc | 
| @@ -69,7 +69,7 @@ TEST_P(SSLPlatformKeyMacTest, KeyMatches) { | 
|  | 
| // Finally, test the code to look up the key. | 
| scoped_refptr<SSLPrivateKey> key = | 
| -      FetchClientCertPrivateKeyFromKeychain(cert.get(), keychain); | 
| +      CreateSSLPrivateKeyForSecIdentity(cert.get(), sec_identity.get()); | 
| ASSERT_TRUE(key); | 
|  | 
| // All Mac keys are expected to have the same hash preferences. | 
|  |