Index: extensions/common/feature_switch.cc |
diff --git a/extensions/common/feature_switch.cc b/extensions/common/feature_switch.cc |
index 6567ba9b4220a28ce58cac63592d53bc54e3c3dc..10863b271a059eeb4c7a05c347de8b76710e1dfb 100644 |
--- a/extensions/common/feature_switch.cc |
+++ b/extensions/common/feature_switch.cc |
@@ -73,7 +73,7 @@ class CommonSwitches { |
FeatureSwitch native_crx_bindings; |
}; |
-base::LazyInstance<CommonSwitches> g_common_switches = |
+base::LazyInstance<CommonSwitches>::DestructorAtExit g_common_switches = |
LAZY_INSTANCE_INITIALIZER; |
} // namespace |