Index: extensions/browser/api/bluetooth/bluetooth_api.cc |
diff --git a/extensions/browser/api/bluetooth/bluetooth_api.cc b/extensions/browser/api/bluetooth/bluetooth_api.cc |
index 35fc14542709e288f2ebcd964883a2fa30bab7ff..453ff77d62e6158dc56fd9de9feef7b3ee4220d0 100644 |
--- a/extensions/browser/api/bluetooth/bluetooth_api.cc |
+++ b/extensions/browser/api/bluetooth/bluetooth_api.cc |
@@ -45,8 +45,9 @@ extensions::BluetoothEventRouter* GetEventRouter(BrowserContext* context) { |
namespace extensions { |
-static base::LazyInstance<BrowserContextKeyedAPIFactory<BluetoothAPI> > |
- g_factory = LAZY_INSTANCE_INITIALIZER; |
+static base::LazyInstance< |
+ BrowserContextKeyedAPIFactory<BluetoothAPI>>::DestructorAtExit g_factory = |
+ LAZY_INSTANCE_INITIALIZER; |
// static |
BrowserContextKeyedAPIFactory<BluetoothAPI>* |