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

Unified Diff: chrome/browser/previews/previews_service_factory.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. 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 | « chrome/browser/previews/previews_service_factory.h ('k') | chrome/browser/printing/print_view_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/previews/previews_service_factory.cc
diff --git a/chrome/browser/previews/previews_service_factory.cc b/chrome/browser/previews/previews_service_factory.cc
index 791aa5a190ffdd680c9b2c45728eba17419de207..7f37f82c02368d24660702059ed20298747d25fb 100644
--- a/chrome/browser/previews/previews_service_factory.cc
+++ b/chrome/browser/previews/previews_service_factory.cc
@@ -11,8 +11,8 @@
namespace {
-base::LazyInstance<PreviewsServiceFactory> g_previews_factory =
- LAZY_INSTANCE_INITIALIZER;
+base::LazyInstance<PreviewsServiceFactory>::DestructorAtExit
+ g_previews_factory = LAZY_INSTANCE_INITIALIZER;
} // namespace
« no previous file with comments | « chrome/browser/previews/previews_service_factory.h ('k') | chrome/browser/printing/print_view_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698