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

Unified Diff: components/autofill/core/common/autofill_clock.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
Index: components/autofill/core/common/autofill_clock.cc
diff --git a/components/autofill/core/common/autofill_clock.cc b/components/autofill/core/common/autofill_clock.cc
index 8702403d9e54929c0ca574d672e3f76b23e96c55..20d70c95413cb20451e59e485d8f0c22fccfc64a 100644
--- a/components/autofill/core/common/autofill_clock.cc
+++ b/components/autofill/core/common/autofill_clock.cc
@@ -13,7 +13,7 @@ namespace autofill {
namespace {
-static base::LazyInstance<AutofillClock> g_autofill_clock =
+static base::LazyInstance<AutofillClock>::DestructorAtExit g_autofill_clock =
LAZY_INSTANCE_INITIALIZER;
} // namespace
« no previous file with comments | « components/autofill/core/common/autofill_clock.h ('k') | components/content_settings/core/browser/content_settings_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698