Chromium Code Reviews

Unified Diff: content/child/quota_dispatcher.cc

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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « content/child/indexed_db/indexed_db_dispatcher.cc ('k') | content/child/worker_thread_registry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/quota_dispatcher.cc
diff --git a/content/child/quota_dispatcher.cc b/content/child/quota_dispatcher.cc
index 1b70cb7d0fc4c56c1dc2b43128d586a562c539ae..5e1950a31499794052232d4ae7d51bbc63e49ddc 100644
--- a/content/child/quota_dispatcher.cc
+++ b/content/child/quota_dispatcher.cc
@@ -27,7 +27,7 @@ using storage::StorageType;
namespace content {
-static base::LazyInstance<base::ThreadLocalPointer<QuotaDispatcher> >::Leaky
+static base::LazyInstance<base::ThreadLocalPointer<QuotaDispatcher>>::Leaky
g_quota_dispatcher_tls = LAZY_INSTANCE_INITIALIZER;
namespace {
« no previous file with comments | « content/child/indexed_db/indexed_db_dispatcher.cc ('k') | content/child/worker_thread_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine