Index: device/bluetooth/bluetooth_socket_thread.cc |
diff --git a/device/bluetooth/bluetooth_socket_thread.cc b/device/bluetooth/bluetooth_socket_thread.cc |
index ca2dfa4adcef0337b6c4a79ea7fcd4f7e6c33c09..3788916cc69757d7d54ef4cf7fb593ff1570d37b 100644 |
--- a/device/bluetooth/bluetooth_socket_thread.cc |
+++ b/device/bluetooth/bluetooth_socket_thread.cc |
@@ -10,8 +10,8 @@ |
namespace device { |
-base::LazyInstance<scoped_refptr<BluetoothSocketThread> > g_instance = |
- LAZY_INSTANCE_INITIALIZER; |
+base::LazyInstance<scoped_refptr<BluetoothSocketThread>>::DestructorAtExit |
+ g_instance = LAZY_INSTANCE_INITIALIZER; |
// static |
scoped_refptr<BluetoothSocketThread> BluetoothSocketThread::Get() { |