Index: ui/gfx/icc_profile.cc |
diff --git a/ui/gfx/icc_profile.cc b/ui/gfx/icc_profile.cc |
index 9390da64011b8e19a3d985888b9b0b9864d8e258..de11f29926017565950c7de9501b5b1fd3ba35ad 100644 |
--- a/ui/gfx/icc_profile.cc |
+++ b/ui/gfx/icc_profile.cc |
@@ -38,7 +38,8 @@ struct Cache { |
base::MRUCache<uint64_t, ICCProfile> id_to_icc_profile_mru; |
base::Lock lock; |
}; |
-static base::LazyInstance<Cache> g_cache; |
+static base::LazyInstance<Cache>::DestructorAtExit g_cache = |
+ LAZY_INSTANCE_INITIALIZER; |
} // namespace |