| Index: content/browser/cert_store_impl.h
|
| diff --git a/content/browser/cert_store_impl.h b/content/browser/cert_store_impl.h
|
| index d8b689c17b09d118dccc77d98922ccd6847ed528..f5afe83db697af6f6ba74df8d68cb8642056fef9 100644
|
| --- a/content/browser/cert_store_impl.h
|
| +++ b/content/browser/cert_store_impl.h
|
| @@ -28,7 +28,7 @@ class CertStoreImpl : public CertStore {
|
| ~CertStoreImpl() override;
|
|
|
| private:
|
| - friend struct DefaultSingletonTraits<CertStoreImpl>;
|
| + friend struct base::DefaultSingletonTraits<CertStoreImpl>;
|
|
|
| RendererDataMemoizingStore<net::X509Certificate> store_;
|
|
|
|
|