Index: components/os_crypt/key_storage_linux.cc |
diff --git a/components/os_crypt/key_storage_linux.cc b/components/os_crypt/key_storage_linux.cc |
index b54fe0d2155cbe1453b0a797fea3c02fda3437c2..c8b18324ce7551d3df017f7bb26cd5b732ae8614 100644 |
--- a/components/os_crypt/key_storage_linux.cc |
+++ b/components/os_crypt/key_storage_linux.cc |
@@ -39,7 +39,8 @@ struct Configuration { |
scoped_refptr<base::SingleThreadTaskRunner> main_thread_runner; |
}; |
-base::LazyInstance<Configuration> g_config = LAZY_INSTANCE_INITIALIZER; |
+base::LazyInstance<Configuration>::DestructorAtExit g_config = |
+ LAZY_INSTANCE_INITIALIZER; |
} // namespace |