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 |