Index: chromeos/dbus/fake_bluetooth_media_client.h |
diff --git a/chromeos/dbus/fake_bluetooth_media_client.h b/chromeos/dbus/fake_bluetooth_media_client.h |
index c9649e65c910a0912e9527ae6dec2f9c0b299ce9..3b4f4a7098d4996834b9dc0b3eb18d764ee14d33 100644 |
--- a/chromeos/dbus/fake_bluetooth_media_client.h |
+++ b/chromeos/dbus/fake_bluetooth_media_client.h |
@@ -66,7 +66,7 @@ class CHROMEOS_EXPORT FakeBluetoothMediaClient : public BluetoothMediaClient { |
endpoints_; |
// List of observers interested in event notifications from us. |
- ObserverList<BluetoothMediaClient::Observer> observers_; |
+ base::ObserverList<BluetoothMediaClient::Observer> observers_; |
DISALLOW_COPY_AND_ASSIGN(FakeBluetoothMediaClient); |
}; |