| Index: chromeos/dbus/fake_bluetooth_gatt_characteristic_client.h
|
| diff --git a/chromeos/dbus/fake_bluetooth_gatt_characteristic_client.h b/chromeos/dbus/fake_bluetooth_gatt_characteristic_client.h
|
| index 3934a4c0f9bed0ec39b94d01573f58e0d99d2e51..8366169df529370e1914d9bfb59972451dd04ffe 100644
|
| --- a/chromeos/dbus/fake_bluetooth_gatt_characteristic_client.h
|
| +++ b/chromeos/dbus/fake_bluetooth_gatt_characteristic_client.h
|
| @@ -178,7 +178,7 @@ class CHROMEOS_EXPORT FakeBluetoothGattCharacteristicClient
|
| std::map<std::string, DelayedCallback*> action_extra_requests_;
|
|
|
| // List of observers interested in event notifications from us.
|
| - ObserverList<Observer> observers_;
|
| + base::ObserverList<Observer> observers_;
|
|
|
| // Weak pointer factory for generating 'this' pointers that might live longer
|
| // than we do.
|
|
|