Index: chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc |
diff --git a/chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc b/chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc |
index 54395bd3674d57b46b723843f4023d2d8cc33614..2070b6a0393ae324c912776297cc8046b84555d9 100644 |
--- a/chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc |
+++ b/chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc |
@@ -78,7 +78,8 @@ class BackoffPolicy { |
// We use a LazyInstance since one of the the policy values references an |
// extern symbol, which would cause a static initializer to be generated if we |
// just declared the policy struct as a static variable. |
-base::LazyInstance<BackoffPolicy> g_backoff_policy = LAZY_INSTANCE_INITIALIZER; |
+base::LazyInstance<BackoffPolicy>::DestructorAtExit g_backoff_policy = |
+ LAZY_INSTANCE_INITIALIZER; |
BackoffPolicy::BackoffPolicy() { |
policy_ = { |