Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(303)

Unified Diff: net/ssl/client_key_store.h

Issue 2733283002: Require explicit selection of traits for LazyInstance (Closed)
Patch Set: l10n again Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/dns/dns_reloader.cc ('k') | net/url_request/url_fetcher_core.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/client_key_store.h
diff --git a/net/ssl/client_key_store.h b/net/ssl/client_key_store.h
index b9f182b3c9bd7b4e88169740e40102c25a3ce0cb..e1afa1d9e01241710966ca601987c166500a7c51 100644
--- a/net/ssl/client_key_store.h
+++ b/net/ssl/client_key_store.h
@@ -58,7 +58,7 @@ class NET_EXPORT ClientKeyStore {
const X509Certificate& certificate);
private:
- friend struct base::DefaultLazyInstanceTraits<ClientKeyStore>;
+ friend struct base::LazyInstanceTraitsBase<ClientKeyStore>;
ClientKeyStore();
~ClientKeyStore();
« no previous file with comments | « net/dns/dns_reloader.cc ('k') | net/url_request/url_fetcher_core.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698