Index: chromeos/dbus/bluetooth_gatt_characteristic_client.cc |
diff --git a/chromeos/dbus/bluetooth_gatt_characteristic_client.cc b/chromeos/dbus/bluetooth_gatt_characteristic_client.cc |
index fda19ed0aeaf22ea8d348cfba8fa90b71825f947..5e486010bb40be2603ac181a8d674ea0b293e159 100644 |
--- a/chromeos/dbus/bluetooth_gatt_characteristic_client.cc |
+++ b/chromeos/dbus/bluetooth_gatt_characteristic_client.cc |
@@ -299,7 +299,7 @@ class BluetoothGattCharacteristicClientImpl |
dbus::ObjectManager* object_manager_; |
// List of observers interested in event notifications from us. |
- ObserverList<BluetoothGattCharacteristicClient::Observer> observers_; |
+ base::ObserverList<BluetoothGattCharacteristicClient::Observer> observers_; |
// Weak pointer factory for generating 'this' pointers that might live longer |
// than we do. |