| Index: net/ssl/openssl_client_key_store.h
|
| diff --git a/net/ssl/openssl_client_key_store.h b/net/ssl/openssl_client_key_store.h
|
| index bba19a3116949f5a75bf32f3497d32bae053a96e..16904ef3031996cc953a38a1e2b00e47780c7351 100644
|
| --- a/net/ssl/openssl_client_key_store.h
|
| +++ b/net/ssl/openssl_client_key_store.h
|
| @@ -90,7 +90,7 @@ class NET_EXPORT OpenSSLClientKeyStore {
|
|
|
| std::vector<KeyPair> pairs_;
|
|
|
| - friend struct DefaultSingletonTraits<OpenSSLClientKeyStore>;
|
| + friend struct base::DefaultSingletonTraits<OpenSSLClientKeyStore>;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(OpenSSLClientKeyStore);
|
| };
|
|
|