Index: chromeos/dbus/fake_bluetooth_gatt_descriptor_client.h |
diff --git a/chromeos/dbus/fake_bluetooth_gatt_descriptor_client.h b/chromeos/dbus/fake_bluetooth_gatt_descriptor_client.h |
index ce7cb677ae3ba048dda84d71e48831c44041240a..fe405c7670ed9811ac50d208c38caa665d86dc65 100644 |
--- a/chromeos/dbus/fake_bluetooth_gatt_descriptor_client.h |
+++ b/chromeos/dbus/fake_bluetooth_gatt_descriptor_client.h |
@@ -87,7 +87,7 @@ class CHROMEOS_EXPORT FakeBluetoothGattDescriptorClient |
PropertiesMap properties_; |
// 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. |