Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(913)

Unified Diff: chromeos/dbus/bluetooth_media_client.cc

Issue 1162943002: Replace more ObserverList with base::ObserverList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@observer
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromeos/dbus/bluetooth_media_client.cc
diff --git a/chromeos/dbus/bluetooth_media_client.cc b/chromeos/dbus/bluetooth_media_client.cc
index 0bdca3faeee3ebe99dcfff317c517aa00c5c7766..592275307695a89a2d97a22bab0aa2df8d0d6aab 100644
--- a/chromeos/dbus/bluetooth_media_client.cc
+++ b/chromeos/dbus/bluetooth_media_client.cc
@@ -215,7 +215,7 @@ class BluetoothMediaClientImpl
dbus::ObjectManager* object_manager_;
// List of observers interested in event notifications from us.
- ObserverList<BluetoothMediaClient::Observer> observers_;
+ base::ObserverList<BluetoothMediaClient::Observer> observers_;
base::WeakPtrFactory<BluetoothMediaClientImpl> weak_ptr_factory_;
« no previous file with comments | « chromeos/dbus/bluetooth_le_advertising_manager_client.cc ('k') | chromeos/dbus/bluetooth_media_transport_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698