| Index: content/browser/battery_status/battery_monitor_integration_browsertest.cc
|
| diff --git a/content/browser/battery_status/battery_monitor_integration_browsertest.cc b/content/browser/battery_status/battery_monitor_integration_browsertest.cc
|
| index 9856a6663572ad758d41fcbceae91dc70a4f9564..5db921f97b1012b34c87a5f9f5ebf902b07c6c91 100644
|
| --- a/content/browser/battery_status/battery_monitor_integration_browsertest.cc
|
| +++ b/content/browser/battery_status/battery_monitor_integration_browsertest.cc
|
| @@ -39,7 +39,7 @@ typedef BatteryUpdateCallbackList::Subscription BatteryUpdateSubscription;
|
| device::BatteryStatus g_battery_status;
|
| // Global list of test battery monitors to notify when |g_battery_status|
|
| // changes.
|
| -base::LazyInstance<BatteryUpdateCallbackList> g_callback_list =
|
| +base::LazyInstance<BatteryUpdateCallbackList>::Leaky g_callback_list =
|
| LAZY_INSTANCE_INITIALIZER;
|
|
|
| // Updates the global battery state and notifies existing test monitors.
|
|
|