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

Unified Diff: chromeos/dbus/bluetooth_gatt_descriptor_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_gatt_descriptor_client.cc
diff --git a/chromeos/dbus/bluetooth_gatt_descriptor_client.cc b/chromeos/dbus/bluetooth_gatt_descriptor_client.cc
index 65bba572695406213e6bf2e3c4ee4380ec229590..86d38ffea85fa014849e90d4e8f47bcafa8ec050 100644
--- a/chromeos/dbus/bluetooth_gatt_descriptor_client.cc
+++ b/chromeos/dbus/bluetooth_gatt_descriptor_client.cc
@@ -241,7 +241,7 @@ class BluetoothGattDescriptorClientImpl
dbus::ObjectManager* object_manager_;
// List of observers interested in event notifications from us.
- ObserverList<BluetoothGattDescriptorClient::Observer> observers_;
+ base::ObserverList<BluetoothGattDescriptorClient::Observer> observers_;
// Weak pointer factory for generating 'this' pointers that might live longer
// than we do.
« no previous file with comments | « chromeos/dbus/bluetooth_gatt_characteristic_client.cc ('k') | chromeos/dbus/bluetooth_gatt_service_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698