| Index: device/bluetooth/bluetooth_audio_sink_chromeos.h
|
| diff --git a/device/bluetooth/bluetooth_audio_sink_chromeos.h b/device/bluetooth/bluetooth_audio_sink_chromeos.h
|
| index a284a1f41f8fee18a39fe6c58595614017c6e4c2..6261ace2780de4cf1b06f5c0478053986c9fd677 100644
|
| --- a/device/bluetooth/bluetooth_audio_sink_chromeos.h
|
| +++ b/device/bluetooth/bluetooth_audio_sink_chromeos.h
|
| @@ -208,7 +208,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAudioSinkChromeOS
|
|
|
| // List of observers interested in event notifications from us. Objects in
|
| // |observers_| are expected to outlive a BluetoothAudioSinkChromeOS object.
|
| - ObserverList<BluetoothAudioSink::Observer> observers_;
|
| + base::ObserverList<BluetoothAudioSink::Observer> observers_;
|
|
|
| // Note: This should remain the last member so it'll be destroyed and
|
| // invalidate its weak pointers before any other members are destroyed.
|
|
|