Index: chromeos/dbus/fake_bluetooth_adapter_client.h |
diff --git a/chromeos/dbus/fake_bluetooth_adapter_client.h b/chromeos/dbus/fake_bluetooth_adapter_client.h |
index 54a6dbd50bf818db2c5e8b9dcd57873fb7ce295e..987fc6fcaa54dfa756c36aff5c337453f8c38f80 100644 |
--- a/chromeos/dbus/fake_bluetooth_adapter_client.h |
+++ b/chromeos/dbus/fake_bluetooth_adapter_client.h |
@@ -90,7 +90,7 @@ class CHROMEOS_EXPORT FakeBluetoothAdapterClient |
void PostDelayedTask(const base::Closure& callback); |
// List of observers interested in event notifications from us. |
- ObserverList<Observer> observers_; |
+ base::ObserverList<Observer> observers_; |
// Static properties we return. |
scoped_ptr<Properties> properties_; |