Index: components/proximity_auth/logging/logging_unittest.cc |
diff --git a/components/proximity_auth/logging/logging_unittest.cc b/components/proximity_auth/logging/logging_unittest.cc |
index 9efc5d7f7a5530fb2217d93d3e003b54dbaecf06..406c50df76b3018982111c4c60e178613e8082c3 100644 |
--- a/components/proximity_auth/logging/logging_unittest.cc |
+++ b/components/proximity_auth/logging/logging_unittest.cc |
@@ -22,7 +22,7 @@ const char kLog3[] = "Pine infested by hungry beetles"; |
// Called for every log message added to the standard logging system. The new |
// log is saved in |g_standard_logs| and consumed so it does not flood stdout. |
-base::LazyInstance<std::vector<std::string>> g_standard_logs = |
+base::LazyInstance<std::vector<std::string>>::DestructorAtExit g_standard_logs = |
LAZY_INSTANCE_INITIALIZER; |
bool HandleStandardLogMessage(int severity, |
const char* file, |