| Index: ios/web/net/cert_store_impl.h
|
| diff --git a/ios/web/net/cert_store_impl.h b/ios/web/net/cert_store_impl.h
|
| index 8e2154c21fb20d97e084545ac04ac833ecc0852e..84306edfe63a51d53a3c833054a6eb9685571904 100644
|
| --- a/ios/web/net/cert_store_impl.h
|
| +++ b/ios/web/net/cert_store_impl.h
|
| @@ -28,7 +28,7 @@ class CertStoreImpl : public CertStore {
|
| ~CertStoreImpl() override;
|
|
|
| private:
|
| - friend struct DefaultSingletonTraits<CertStoreImpl>;
|
| + friend struct base::DefaultSingletonTraits<CertStoreImpl>;
|
|
|
| RequestTrackerDataMemoizingStore<net::X509Certificate> store_;
|
|
|
|
|