Index: chromeos/dbus/fake_bluetooth_media_transport_client.h |
diff --git a/chromeos/dbus/fake_bluetooth_media_transport_client.h b/chromeos/dbus/fake_bluetooth_media_transport_client.h |
index 997d28d75a5d87830ee841375983c48b51c46269..f1b2e536663849a575d2c8546463828f57b7f339 100644 |
--- a/chromeos/dbus/fake_bluetooth_media_transport_client.h |
+++ b/chromeos/dbus/fake_bluetooth_media_transport_client.h |
@@ -138,7 +138,7 @@ class CHROMEOS_EXPORT FakeBluetoothMediaTransportClient |
// corresponding endpoint path when GetProperties() is called. |
std::map<dbus::ObjectPath, dbus::ObjectPath> transport_to_endpoint_map_; |
- ObserverList<BluetoothMediaTransportClient::Observer> observers_; |
+ base::ObserverList<BluetoothMediaTransportClient::Observer> observers_; |
DISALLOW_COPY_AND_ASSIGN(FakeBluetoothMediaTransportClient); |
}; |