| Index: content/browser/bluetooth/bluetooth_blocklist.h
|
| diff --git a/content/browser/bluetooth/bluetooth_blocklist.h b/content/browser/bluetooth/bluetooth_blocklist.h
|
| index 78e3b8a27b2dab8a521e0d42f736809c61bb04d6..71807e41ce07ab2b3c40782e0eda735b333af705 100644
|
| --- a/content/browser/bluetooth/bluetooth_blocklist.h
|
| +++ b/content/browser/bluetooth/bluetooth_blocklist.h
|
| @@ -85,7 +85,7 @@ class CONTENT_EXPORT BluetoothBlocklist final {
|
|
|
| private:
|
| // friend LazyInstance to permit access to private constructor.
|
| - friend base::DefaultLazyInstanceTraits<BluetoothBlocklist>;
|
| + friend base::LazyInstanceTraitsBase<BluetoothBlocklist>;
|
|
|
| BluetoothBlocklist();
|
|
|
|
|