| Index: device/bluetooth/bluetooth_advertisement.h
|
| diff --git a/device/bluetooth/bluetooth_advertisement.h b/device/bluetooth/bluetooth_advertisement.h
|
| index f040e13b93a93ace67efb763091ce84a2c42c1e7..46f19b1410d068d9221bb84163a982b89ae05c6c 100644
|
| --- a/device/bluetooth/bluetooth_advertisement.h
|
| +++ b/device/bluetooth/bluetooth_advertisement.h
|
| @@ -126,7 +126,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdvertisement
|
|
|
| // List of observers interested in event notifications from us. Objects in
|
| // |observers_| are expected to outlive a BluetoothAdvertisement object.
|
| - ObserverList<BluetoothAdvertisement::Observer> observers_;
|
| + base::ObserverList<BluetoothAdvertisement::Observer> observers_;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(BluetoothAdvertisement);
|
|
|