| Index: device/bluetooth/bluetooth_adapter_factory_wrapper.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_factory_wrapper.h b/device/bluetooth/bluetooth_adapter_factory_wrapper.h
|
| index 097b150bb3136dbcee4e6df6c451de61b1c47a4a..e7fd70e1b9f22cde8daccf1b3cb39c5217c175b1 100644
|
| --- a/device/bluetooth/bluetooth_adapter_factory_wrapper.h
|
| +++ b/device/bluetooth/bluetooth_adapter_factory_wrapper.h
|
| @@ -56,7 +56,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterFactoryWrapper {
|
|
|
| private:
|
| // friend LazyInstance to permit access to private constructor.
|
| - friend base::DefaultLazyInstanceTraits<BluetoothAdapterFactoryWrapper>;
|
| + friend base::LazyInstanceTraitsBase<BluetoothAdapterFactoryWrapper>;
|
|
|
| BluetoothAdapterFactoryWrapper();
|
|
|
|
|